XlsWorksheetBase
LastDataRow Property
|
Gets index of the last data row of the worksheet.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int LastDataRow { get; }
Public ReadOnly Property LastDataRow As Integer
Get
public:
property int LastDataRow {
int get ();
}
member LastDataRow : int with get
Property Value
Type:
Int32
See Also