XlsVPageBreak
EndRow Property
|
Gets the end row index of the vertical 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 EndRow { get; set; }
Public Property EndRow As Integer
Get
Set
public:
property int EndRow {
int get ();
void set (int value);
}
member EndRow : int with get, set
Property Value
Type:
Int32
See Also