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