Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtFSPGR Class / xRight Property


In This Topic
    xRight Property (OfficeArtFSPGR)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property xRight As Integer
    'Usage
     
    
    Dim instance As OfficeArtFSPGR
    Dim value As Integer
     
    instance.xRight = value
     
    value = instance.xRight
    public int xRight {get; set;}
    See Also