Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rect Structure / Y Property


In This Topic
Y Property (Rect)
In This Topic
Gets or sets the y-coordinate of the top edge of this Rect structure.
Syntax
'Declaration
 
Public Property Y As Integer
 
'Usage
 
Dim instance As Rect
Dim value As Integer
 
instance.Y = value
 
value = instance.Y

Property Value

The y-coordinate of the top edge of this Rect structure.
See Also