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