Spread Silverlight Documentation
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 System.Double
'Usage
 
Dim instance As GcPoint
Dim value As System.Double
 
instance.Y = value
 
value = instance.Y
public System.double Y {get; set;}
See Also

Reference

GcPoint Structure
GcPoint Members