Spread Silverlight Documentation
X Property (GcPoint)


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

Reference

GcPoint Structure
GcPoint Members