Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelXFormat Class / IsBoldFontStyleSet Property


In This Topic
    IsBoldFontStyleSet Property (ExcelXFormat)
    In This Topic
    Indicates if bold font style is set
    Syntax
    'Declaration
     
    
    Public Property IsBoldFontStyleSet As Boolean
    'Usage
     
    
    Dim instance As ExcelXFormat
    Dim value As Boolean
     
    instance.IsBoldFontStyleSet = value
     
    value = instance.IsBoldFontStyleSet
    public bool IsBoldFontStyleSet {get; set;}
    See Also