Bottom Property (ExcelShape)
Gets or sets the bottom.
public double Bottom {get; set;}
'Declaration
Public Property Bottom As Double
'Usage
Dim instance As ExcelShape
Dim value As Double
instance.Bottom = value
value = instance.Bottom
Property Value
bottom coordinate if the shape is top level, bottom offset if the shape belongs to some group.