Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtChildAnchor Class / yBottom Property


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