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


In This Topic
    HasHeadersRow Property
    In This Topic
    Indicate the table has header row.
    Syntax
    'Declaration
     
    ReadOnly Property HasHeadersRow As Boolean
    'Usage
     
    Dim instance As ITableStruct
    Dim value As Boolean
     
    value = instance.HasHeadersRow
    bool HasHeadersRow {get;}
    See Also