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