Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / GetPreferredPrintArea Method


In This Topic
GetPreferredPrintArea Method
In This Topic
Gets the preferred print area.
Syntax
'Declaration
 
Public Function GetPreferredPrintArea() As Reference
 
'Usage
 
Dim instance As Worksheet
Dim value As Reference
 
value = instance.GetPreferredPrintArea()
See Also