Spread Windows Forms 12.0 Product Documentation
GetColumnCount Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > IValue Interface : GetColumnCount Method
An EvaluationContext object indicates the evaluation context.
Gets the column count of the evaluated range reference.
Syntax
'Declaration
 
Function GetColumnCount( _
   ByVal context As IEvaluationContext _
) As Integer
'Usage
 
Dim instance As IValue
Dim context As IEvaluationContext
Dim value As Integer
 
value = instance.GetColumnCount(context)
int GetColumnCount( 
   IEvaluationContext context
)

Parameters

context
An EvaluationContext object indicates the evaluation context.

Return Value

An integer value represents the column count of the evaluated range reference.
See Also

Reference

IValue Interface
IValue Members