Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / Bounds Property


In This Topic
    Bounds Property (SpreadView)
    In This Topic
    Gets the size and location of the view.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Bounds As Rectangle
    'Usage
     
    
    Dim instance As SpreadView
    Dim value As Rectangle
     
    value = instance.Bounds
    public Rectangle Bounds {get;}
    See Also