Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / FooterFontBold Property


In This Topic
FooterFontBold Property
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
See Also