ITextFrameProperties
ColumnCount Property
|
Sets TextFrame to multiple columns
Get the number of columns in the TextFrame
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
int ColumnCount { get; set; }
Property ColumnCount As Integer
Get
Set
property int ColumnCount {
int get ();
void set (int value);
}
abstract ColumnCount : int with get, set
Property Value
Type:
Int32
See Also