ColumnCount Property (RangeCommand)
Gets the total column count of cell range.
protected int ColumnCount {get;}
'Declaration
Protected ReadOnly Property ColumnCount As Integer
'Usage
Dim instance As RangeCommand
Dim value As Integer
value = instance.ColumnCount
Property Value
An integer value indicates the total column count of cell range.