Spread Windows Forms 12.0 Product Documentation
ColumnCount Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : ColumnCount Property
Gets the number of columns in this Range.
Syntax
'Declaration
 
ReadOnly Property ColumnCount As Integer
'Usage
 
Dim instance As IRange
Dim value As Integer
 
value = instance.ColumnCount
int ColumnCount {get;}

Property Value

An integer that specifies the number of columns.
Remarks
If this Range contains multiple areas, the number of columns in the first area is returned.
See Also

Reference

IRange Interface
IRange Members