XlsRange
FirstColumn Property
|
Gets or sets the index of the first column in the range.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected int FirstColumn { get; set; }
Protected Property FirstColumn As Integer
Get
Set
protected:
property int FirstColumn {
int get ();
void set (int value);
}
member FirstColumn : int with get, set
Property Value
Type:
Int32
The index of the first column.
Return Value
Type:
Int32
The index of the first column.
See Also