In This Topic
Gets whether row headers are displayed in the sheet with a flat appearance.
Syntax
'Declaration
Public ReadOnly Property FlatRowHeader As Boolean
'Usage
Dim instance As SheetSkin
Dim value As Boolean
value = instance.FlatRowHeader
public bool FlatRowHeader {get;}
Property Value
Boolean:
true if row headers appear flat;
false if they appear three-dimensional
Example
This example shows the use of the property by returning all the properties for the skin.
See Also