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


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