Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcReference Class / GetRowCount Method
The range index.


In This Topic
    GetRowCount Method (CalcReference)
    In This Topic
    Get the count of rows in a range which specified by range.
    Syntax
    'Declaration
     
    Public MustOverride Function GetRowCount( _
       ByVal range As Integer _
    ) As Integer
    'Usage
     
    Dim instance As CalcReference
    Dim range As Integer
    Dim value As Integer
     
    value = instance.GetRowCount(range)
    public abstract int GetRowCount( 
       int range
    )

    Parameters

    range
    The range index.

    Return Value

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