Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Top Property


In This Topic
    Top Property (IShapeBase)
    In This Topic
    Gets or sets a System.Int32 value that represents the distance, in pixels, from the top edge of the topmost shape in the shape range to the top edge of the worksheet.
    Syntax
    'Declaration
     
    
    Property Top As Double
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As Double
     
    instance.Top = value
     
    value = instance.Top
    double Top {get; set;}

    Property Value

    The top edge of the shape.
    See Also