Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintBackgroundEventArgs Class / SheetRectangle Property


In This Topic
SheetRectangle Property
In This Topic
Gets or sets the rectangular area that represents the sheet.
Syntax
'Declaration
 
Public ReadOnly Property SheetRectangle As Rectangle
 
'Usage
 
Dim instance As PrintBackgroundEventArgs
Dim value As Rectangle
 
value = instance.SheetRectangle
See Also