CellRangeContentLayout
Property
|
Property that represents content layout of a
cell range. This property can be one of the following: Name Value
Description Flow 1 Contents flow from left to right and top to
bottom. StackedHorizontal 2 Contents are stacked horizontally.
StackedVertical 3 Contents are stacked vertically.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public CellContentLayout? ContentLayout { get; set; }
Public Property ContentLayout As CellContentLayout?
Get
Set
public:
property Nullable<CellContentLayout> ContentLayout {
Nullable<CellContentLayout> get ();
void set (Nullable<CellContentLayout> value);
}
member ContentLayout : Nullable<CellContentLayout> with get, set
Property Value
NullableCellContentLayout
See Also