Spread Windows Forms 12.0 Product Documentation
ColumnCount Property (RangeCommand)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Commands Namespace > RangeCommand Class : ColumnCount Property
Gets the total column count of cell range.
Syntax
'Declaration
 
Protected ReadOnly Property ColumnCount As Integer
'Usage
 
Dim instance As RangeCommand
Dim value As Integer
 
value = instance.ColumnCount
protected int ColumnCount {get;}

Property Value

An integer value indicates the total column count of cell range.
See Also

Reference

RangeCommand Class
RangeCommand Members