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


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