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