Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelSupportFontStyle Interface / IsRegularFontStyleSet Property


In This Topic
    IsRegularFontStyleSet Property (IExcelSupportFontStyle)
    In This Topic
    Indicates if regular font style is set
    Syntax
    'Declaration
     
    
    Property IsRegularFontStyleSet As Boolean
    'Usage
     
    
    Dim instance As IExcelSupportFontStyle
    Dim value As Boolean
     
    instance.IsRegularFontStyleSet = value
     
    value = instance.IsRegularFontStyleSet
    bool IsRegularFontStyleSet {get; set;}
    See Also