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


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