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


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