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


In This Topic
    GeoTextFont Property (ExcelShape)
    In This Topic
    Gets or sets the geo text font.
    Syntax
    'Declaration
     
    
    Public Property GeoTextFont As String
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As String
     
    instance.GeoTextFont = value
     
    value = instance.GeoTextFont
    public string GeoTextFont {get; set;}

    Property Value

    geo text font
    See Also