Spread WPF 17
GrapeCity.CalcEngine Namespace / ICalcSource Interface / GetRowCount Method


In This Topic
    GetRowCount Method (ICalcSource)
    In This Topic
    Gets the row count of current source.
    Syntax
    'Declaration
     
    Function GetRowCount() As Integer
    'Usage
     
    Dim instance As ICalcSource
    Dim value As Integer
     
    value = instance.GetRowCount()
    int GetRowCount()

    Return Value

    The row count of current source.
    See Also