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


In This Topic
    ShowFooter Property
    In This Topic
    Gets or sets a value that indicates whether to display a footer.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(False)>
    Public Property ShowFooter As Boolean
    'Usage
     
    Dim instance As SheetTable
    Dim value As Boolean
     
    instance.ShowFooter = value
     
    value = instance.ShowFooter
    [DefaultValue(false)]
    public bool ShowFooter {get; set;}
    See Also