Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintHeaderFooterAreaEventArgs Class / Rectangle Property


In This Topic
    Rectangle Property (PrintHeaderFooterAreaEventArgs)
    In This Topic
    Gets or sets the rectangular area that represents the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Rectangle As Rectangle
    'Usage
     
    
    Dim instance As PrintHeaderFooterAreaEventArgs
    Dim value As Rectangle
     
    value = instance.Rectangle
    public Rectangle Rectangle {get;}
    See Also