Class TextFrameColumns
Represent columns in the Text frame.
Inheritance
System.Object
TextFrameColumns
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class TextFrameColumns : ValueType
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 |