Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetTable Class / HeaderIndex Property


In This Topic
    HeaderIndex Property
    In This Topic
    Gets the header index in the sheet.
    Syntax
    'Declaration
     
    Public ReadOnly Property HeaderIndex As Integer
    'Usage
     
    Dim instance As SheetTable
    Dim value As Integer
     
    value = instance.HeaderIndex
    public int HeaderIndex {get;}
    See Also