HorizontalPageBreakStartColumn Property |
Gets the start column index of this horizontal page break.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic int StartColumn { get; }
Public ReadOnly Property StartColumn As Integer
Get
public:
property int StartColumn {
int get ();
}
member StartColumn : int with get
Property Value
Type:
Int32
See Also