Aspose::Cells::Worksheet::GetPrintingPageBreaks method
Worksheet::GetPrintingPageBreaks method
Gets automatic page breaks.
Vector<CellArea> Aspose::Cells::Worksheet::GetPrintingPageBreaks(const ImageOrPrintOptions &options)
| Parameter | Type | Description | 
|---|---|---|
| options | const ImageOrPrintOptions& | The print options | 
ReturnValue
The automatic page breaks areas.
Remarks
Each cell area represents a paper.
See Also
- Class Vector
 - Class CellArea
 - Class ImageOrPrintOptions
 - Class Worksheet
 - Namespace Aspose::Cells
 - Library Aspose.Cells for C++