Column Property (ExcelCell)
In This Topic
Gets the zero-based index of the start column of the range.
Syntax
'Declaration
Public ReadOnly Property Column As Integer
'Usage
Dim instance As ExcelCell
Dim value As Integer
value = instance.Column
Property Value
The start column index.
See Also