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


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