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