In This Topic
Gets whether the font is bold for text in footers in the sheet.
Syntax
'Declaration
Public ReadOnly Property FooterFontBold As Boolean
'Usage
Dim instance As SheetSkin
Dim value As Boolean
value = instance.FooterFontBold
public bool FooterFontBold {get;}
See Also