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