Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / ShowColumnFooter Property


In This Topic
    ShowColumnFooter Property (SheetSkin)
    In This Topic
    Gets whether the sheet displays the column footer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ShowColumnFooter As Boolean
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As Boolean
     
    value = instance.ShowColumnFooter
    public bool ShowColumnFooter {get;}
    See Also