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


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