Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelChartShape Class / GeoTop Property


In This Topic
    GeoTop Property (ExcelChartShape)
    In This Topic
    Gets or sets the geo top of the shape.
    Syntax
    'Declaration
     
    
    Public Property GeoTop As Integer
    'Usage
     
    
    Dim instance As ExcelChartShape
    Dim value As Integer
     
    instance.GeoTop = value
     
    value = instance.GeoTop
    public int GeoTop {get; set;}
    See Also