Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / FlatColumnFooter Property


In This Topic
    FlatColumnFooter Property
    In This Topic
    Gets whether column footers are displayed in the sheet with a flat appearance.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FlatColumnFooter As Boolean
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As Boolean
     
    value = instance.FlatColumnFooter
    public bool FlatColumnFooter {get;}
    See Also