In This Topic
Gets whether the font is bold for text in headers in the sheet.
Syntax
'Declaration
Public ReadOnly Property HeaderFontBold As Boolean
'Usage
Dim instance As SheetSkin
Dim value As Boolean
value = instance.HeaderFontBold
public bool HeaderFontBold {get;}
Property Value
Boolean:
true if header text appears bold;
false otherwise
Example
This example shows the use of the property by returning all the properties for the skin.
See Also