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


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