GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFont Interface / Italic Property


In This Topic
Italic Property (IFont)
In This Topic
Gets or sets a value indicating whether the font is italic.
Syntax
'Declaration
 
Property Italic As Boolean
 
'Usage
 
Dim instance As IFont
Dim value As Boolean
 
instance.Italic = value
 
value = instance.Italic

Property Value

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