XlsWorksheetBase
FirstColumn Property
|
Gets or sets index of the first 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 virtual int FirstColumn { get; set; }
Public Overridable Property FirstColumn As Integer
Get
Set
public:
virtual property int FirstColumn {
int get ();
void set (int value);
}
abstract FirstColumn : int with get, set
override FirstColumn : int with get, set
Property Value
Type:
Int32
See Also