Spread Silverlight Documentation
ColumnCount Property (CalcSheetRangeIdentity)


GrapeCity.CalcEngine Namespace > CalcSheetRangeIdentity Class : ColumnCount Property
Gets the number of columns in the range.
Syntax
'Declaration
 
Public ReadOnly Property ColumnCount As System.Integer
'Usage
 
Dim instance As CalcSheetRangeIdentity
Dim value As System.Integer
 
value = instance.ColumnCount
public System.int ColumnCount {get;}

Property Value

An System.Int32 value represents the number of columns in the range.
See Also

Reference

CalcSheetRangeIdentity Class
CalcSheetRangeIdentity Members