Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SubWorksheet Class / GetPreferredPrintArea Method


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