Spread Silverlight Documentation
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 System.Boolean
'Usage
 
Dim instance As IExcelFont
Dim value As System.Boolean
 
instance.IsItalic = value
 
value = instance.IsItalic
System.bool IsItalic {get; set;}

Property Value

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

Reference

IExcelFont Interface
IExcelFont Members