Spread Silverlight Documentation
GetColumnCount Method (CalcReference)


GrapeCity.CalcEngine Namespace > CalcReference Class : GetColumnCount Method
The range index.
Gets the count of columns in a range which specified by range.
Syntax
'Declaration
 
Public MustOverride Function GetColumnCount( _
   ByVal range As System.Integer _
) As System.Integer
'Usage
 
Dim instance As CalcReference
Dim range As System.Integer
Dim value As System.Integer
 
value = instance.GetColumnCount(range)
public abstract System.int GetColumnCount( 
   System.int range
)

Parameters

range
The range index.

Return Value

An System.Int32 indicates the count of rows in range at range.
See Also

Reference

CalcReference Class
CalcReference Members