Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetSkin Class / HeaderFontBold Property


In This Topic
    HeaderFontBold Property
    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