GrapeCity.Xaml.Excel
Y Property (GcPoint)


GrapeCity.Excel Namespace > GcPoint Structure : Y Property
Gets or sets the y-coordinate of this GrapeCity.Excel.GcPoint
Syntax
'Declaration
 
Public Property Y As Double
'Usage
 
Dim instance As GcPoint
Dim value As Double
 
instance.Y = value
 
value = instance.Y
public double Y {get; set;}
See Also

Reference

GcPoint Structure
GcPoint Members