Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / GeoTop Property


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