Struct TextFrameColumns
Represent columns in the Text frame.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public struct TextFrameColumns
Properties
Number
Gets or sets the number of the text frame columns.
Declaration
public int Number { get; set; }
Property Value
Type |
---|
System.Int32 |
SpacingPt
Gets or sets the spacing point of the text frame columns.
Declaration
public int SpacingPt { get; set; }
Property Value
Type |
---|
System.Int32 |