Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / TextFormatInfo Class / Italic Property
In This Topic
    Italic Property (TextFormatInfo)
    In This Topic
    Gets or sets the font style for the content of the element.
    Syntax
    public System.bool Italic {get; set;}

    Property Value

    True if font style is italic. Otherwise, font style is normal.
    See Also