Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / IShapeRange Interface / Top Property


In This Topic
    Top Property (IShapeRange)
    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
     
    <FormulaBindablePropertyAttribute()>
    Property Top As Double
    'Usage
     
    Dim instance As IShapeRange
    Dim value As Double
     
    instance.Top = value
     
    value = instance.Top
    [FormulaBindableProperty()]
    double Top {get; set;}

    Property Value

    The top edge of the shape.
    See Also