'Declaration
Public Function GetOwnerPrintInfo( _ ByVal g As Graphics, _ ByVal rect As Rectangle, _ ByVal sheet As Integer _ ) As OwnerPrintInfo
'Usage
Dim instance As FpSpread Dim g As Graphics Dim rect As Rectangle Dim sheet As Integer Dim value As OwnerPrintInfo value = instance.GetOwnerPrintInfo(g, rect, sheet)
Parameters
- g
- Graphics object that handles printing
- rect
- Rectangular area that represents the area for printing
- sheet
- Sheet to print