XlsHPageBreak
EndColumn Property
|
Gets the end column index of this horizontal page break.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int EndColumn { get; set; }
Public Property EndColumn As Integer
Get
Set
public:
property int EndColumn {
int get ();
void set (int value);
}
member EndColumn : int with get, set
Property Value
Type:
Int32
See Also