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


In This Topic
GeoText Property
In This Topic
Gets or sets the geo text.
Syntax
'Declaration
 
Public Property GeoText As String
 
'Usage
 
Dim instance As ExcelShape
Dim value As String
 
instance.GeoText = value
 
value = instance.GeoText

Property Value

geo text
See Also