Spread WPF 18
GrapeCity.CalcEngine Namespace / IReferenceSource Interface / RowCount Property


In This Topic
    RowCount Property (IReferenceSource)
    In This Topic
    Gets the number of rows in this IReferenceSource.
    Syntax
    'Declaration
     
    ReadOnly Property RowCount As Integer
    'Usage
     
    Dim instance As IReferenceSource
    Dim value As Integer
     
    value = instance.RowCount
    int RowCount {get;}

    Property Value

    An integer value represents the number of rows in this IReferenceSource.
    See Also