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


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