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