Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / PrintBackgroundEventArgs Class / SheetRectangle Property


In This Topic
    SheetRectangle Property
    In This Topic
    Gets or sets the rectangle area representing the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SheetRectangle As Rectangle
    'Usage
     
    
    Dim instance As PrintBackgroundEventArgs
    Dim value As Rectangle
     
    value = instance.SheetRectangle
    public Rectangle SheetRectangle {get;}
    See Also