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