Column Property (CellRange)
In This Topic
Gets the column index of the first cell in the range.
Syntax
'Declaration
Public Property Column As Integer
'Usage
Dim instance As CellRange
Dim value As Integer
instance.Column = value
value = instance.Column
public int Column {get; set;}
See Also