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
Public Property Top As Double
'Usage
Dim instance As Shape
Dim value As Double
instance.Top = value
value = instance.Top
public double Top {get; set;}
Property Value
The top edge of the shape.
See Also