FlexPivot for WPF | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / IDataList Interface / Size Property

In This Topic
    Size Property
    In This Topic
    Returns number of rows in the table or query.
    Syntax
    'Declaration
     
    ReadOnly Property Size As Long
    long Size {get;}
    Remarks
    It can be different from the Count property value if ViewLimit is set. In that case Count is less than or equal to the ViewLimit value.
    See Also