Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IValue Interface / GetRowCount Method
An EvaluationContext object indicates the evaluation context.


In This Topic
    GetRowCount Method
    In This Topic
    Gets the row count of the evaluated range reference.
    Syntax
    'Declaration
     
    
    Function GetRowCount( _
       ByVal context As IEvaluationContext _
    ) As Integer
    'Usage
     
    
    Dim instance As IValue
    Dim context As IEvaluationContext
    Dim value As Integer
     
    value = instance.GetRowCount(context)
    int GetRowCount( 
       IEvaluationContext context
    )

    Parameters

    context
    An EvaluationContext object indicates the evaluation context.

    Return Value

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