Returns the number of the first column in the first area in the specified
range. Read-only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int Column { get; }
Public ReadOnly Property Column As Integer
Get
public:
virtual property int Column {
int get () sealed;
}
abstract Column : int with get
override Column : int with get
Property Value
Type:
Int32
Implements
IXLSRange
Column
See Also