[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.PrintManager.Paginate

Paginate Method

Paginate(IEnumerable<IWorkbook>)

Generate pagination informations for all worksheets in all workbooks.

Declaration
public IList<PageInfo> Paginate(IEnumerable<IWorkbook> workbooks)
Parameters
Type Name Description
IEnumerable<IWorkbook> workbooks

The collection of workbooks.

Returns
Type Description
IList<PageInfo>

Paginate(IWorkbook)

Generate pagination informations for all worksheets in the workbook.

Declaration
public IList<PageInfo> Paginate(IWorkbook workbook)
Parameters
Type Name Description
IWorkbook workbook

The workbook object.

Returns
Type Description
IList<PageInfo>

Paginate(IWorksheet)

Generate pagination information for the worksheet.

Declaration
public IList<PageInfo> Paginate(IWorksheet worksheet)
Parameters
Type Name Description
IWorksheet worksheet

The worksheet object.

Returns
Type Description
IList<PageInfo>

Paginate(IWorksheet, IList<IRange>, IList<RepeatSetting>)

Generate pagination information for the worksheet.

Declaration
public IList<PageInfo> Paginate(IWorksheet worksheet, IList<IRange> keepTogetherRanges, IList<RepeatSetting> repeatSettings)
Parameters
Type Name Description
IWorksheet worksheet

The worksheet object.

IList<IRange> keepTogetherRanges

The collection of ranges that need to keep together.

IList<RepeatSetting> repeatSettings

The collection of repeat settings for a Range.

Returns
Type Description
IList<PageInfo>

Paginate(IRange)

Generate pagination information for the range.

Declaration
public IList<PageInfo> Paginate(IRange printArea)
Parameters
Type Name Description
IRange printArea

The area will be paginated.

Returns
Type Description
IList<PageInfo>