Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / GeoTextFItalic Property


In This Topic
GeoTextFItalic Property
In This Topic
Gets or sets the geo text font italic style.
Syntax
'Declaration
 
Public Property GeoTextFItalic As Boolean
 
'Usage
 
Dim instance As ExcelShape
Dim value As Boolean
 
instance.GeoTextFItalic = value
 
value = instance.GeoTextFItalic
See Also