GrapeCity.Xaml.CalcEngine
ColumnCount Property (CalcExternalRangeIdentity)


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

Property Value

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

Reference

CalcExternalRangeIdentity Class
CalcExternalRangeIdentity Members