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()
public Reference GetPreferredPrintArea()
See Also