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


In This Topic
Y Property (Point)
In This Topic
Gets or sets the y-coordinate of this Point.
Syntax
'Declaration
 
Public Property Y As Double
 
'Usage
 
Dim instance As Point
Dim value As Double
 
instance.Y = value
 
value = instance.Y
See Also