Spread Windows Forms 15.0
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()
    public Reference GetPreferredPrintArea()
    See Also