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


In This Topic
    GeoRight Property (ExcelShape)
    In This Topic
    Gets or sets the geo right of the shape.
    Syntax
    'Declaration
     
    
    Public Property GeoRight As Integer
    'Usage
     
    
    Dim instance As ExcelShape
    Dim value As Integer
     
    instance.GeoRight = value
     
    value = instance.GeoRight
    public int GeoRight {get; set;}
    See Also