XlsWorksheetBase
FirstDataRow Property
|
Gets index of the first 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 FirstDataRow { get; }
Public ReadOnly Property FirstDataRow As Integer
Get
public:
property int FirstDataRow {
int get ();
}
member FirstDataRow : int with get
Property Value
Type:
Int32
See Also