Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / Right Property


In This Topic
Right Property (ExcelShape)
In This Topic
Gets or sets the right.
Syntax
'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.
See Also