Aspose::Cells::Worksheet::GetPrintingPageBreaks method

Worksheet::GetPrintingPageBreaks method

Gets automatic page breaks.

Vector<CellArea> Aspose::Cells::Worksheet::GetPrintingPageBreaks(const ImageOrPrintOptions &options)
ParameterTypeDescription
optionsconst ImageOrPrintOptions&The print options

ReturnValue

The automatic page breaks areas.

Remarks

Each cell area represents a paper.

See Also