ColumnCount Property (CellRange)
Gets the number of columns in the range.
public int ColumnCount {get; set;}
'Declaration
Public Property ColumnCount As Integer
'Usage
Dim instance As CellRange
Dim value As Integer
instance.ColumnCount = value
value = instance.ColumnCount