GrapeCity.Xaml.CalcEngine
GetColumnCount Method (CalcReference)


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

Parameters

range
The range index.

Return Value

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

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcReference Class
CalcReference Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options