Spread WPF 17
GrapeCity.Excel Namespace / GcPoint Structure / X Property


In This Topic
    X Property (GcPoint)
    In This Topic
    Gets or sets the x-coordinate of this GrapeCity.Excel.GcPoint
    Syntax
    'Declaration
     
    Public Property X As Double
    'Usage
     
    Dim instance As GcPoint
    Dim value As Double
     
    instance.X = value
     
    value = instance.X
    public double X {get; set;}
    See Also