Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / GeoText Property


In This Topic
    GeoText Property (ExcelShape)
    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
    public string GeoText {get; set;}

    Property Value

    geo text
    See Also