Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelShape Class / GPoints Property


In This Topic
    GPoints Property (ExcelShape)
    In This Topic
    Gets or sets the geo points of the shape.
    Syntax
    'Declaration
     
    
    Public Property GPoints As Point()
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value() As Point
     
    instance.GPoints = value
     
    value = instance.GPoints
    public Point[] GPoints {get; set;}
    See Also