GrapeCity.Xaml.Excel
IsItalic Property (IExcelFont)


GrapeCity.Excel Namespace > IExcelFont Interface : IsItalic Property
Gets or sets a value indicating whether the font style is italic.
Syntax
'Declaration
 
Property IsItalic As Boolean
'Usage
 
Dim instance As IExcelFont
Dim value As Boolean
 
instance.IsItalic = value
 
value = instance.IsItalic
bool IsItalic {get; set;}

Property Value

true if the font style is italic; otherwise, false.
See Also

Reference

IExcelFont Interface
IExcelFont Members