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


In This Topic
    GeoTextSize Property (ExcelShape)
    In This Topic
    Gets or sets the size of the geo text.
    Syntax
    'Declaration
     
    
    Public Property GeoTextSize As Integer
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Integer
     
    instance.GeoTextSize = value
     
    value = instance.GeoTextSize
    public int GeoTextSize {get; set;}

    Property Value

    size of the geo text
    See Also