Top Property (ExcelShape)
Gets or sets the top.
'Declaration
Public Property Top As Double
'Usage
Dim instance As ExcelShape
Dim value As Double
instance.Top = value
value = instance.Top
Property Value
top coordinate if the shape is top level, top offset if the shape belongs to some group.