Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / ITableStruct Interface / EndRow Property


In This Topic
    EndRow Property (ITableStruct)
    In This Topic
    The end row index of the table, it's same as the totals's row index.
    Syntax
    'Declaration
     
    ReadOnly Property EndRow As Integer
    'Usage
     
    Dim instance As ITableStruct
    Dim value As Integer
     
    value = instance.EndRow
    int EndRow {get;}
    See Also