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


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