Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtFSPGR Class / yTop Property


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