[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.TextFormatInfo.Italic

Italic Property

Italic

Gets or sets the font style for the content of the element.

Returns true if the font style is italic; otherwise, returns false.

Declaration
public bool Italic { get; set; }
Public Property Italic As Boolean
Examples
TextFormatInfo textFormat = new TextFormatInfo();
textFormat.Italic = true;
bool italic = textFormat.Italic;