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