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;}
See Also