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


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