Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintManager Class / GetPrintAreas Method
The worksheet object.
In This Topic
    GetPrintAreas Method
    In This Topic
    Returns the ranges of the worksheet to be printed.
    Syntax
    public System.Collections.Generic.IList<IRange> GetPrintAreas( 
       IWorksheet worksheet
    )

    Parameters

    worksheet
    The worksheet object.
    See Also