Click or drag to resize

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; }

Property Value

Type: Int32
The index of the first column.

Return Value

Type: Int32
The index of the first column.
See Also