[]
Generate pagination informations for all worksheets in all workbooks.
public IList<PageInfo> Paginate(IEnumerable<IWorkbook> workbooks)
| Type | Name | Description |
|---|---|---|
| IEnumerable<IWorkbook> | workbooks | The collection of workbooks. |
| Type | Description |
|---|---|
| IList<PageInfo> |
Generate pagination informations for all worksheets in the workbook.
public IList<PageInfo> Paginate(IWorkbook workbook)
| Type | Name | Description |
|---|---|---|
| IWorkbook | workbook | The workbook object. |
| Type | Description |
|---|---|
| IList<PageInfo> |
Generate pagination information for the worksheet.
public IList<PageInfo> Paginate(IWorksheet worksheet)
| Type | Name | Description |
|---|---|---|
| IWorksheet | worksheet | The worksheet object. |
| Type | Description |
|---|---|
| IList<PageInfo> |
Generate pagination information for the worksheet.
public IList<PageInfo> Paginate(IWorksheet worksheet, IList<IRange> keepTogetherRanges, IList<RepeatSetting> repeatSettings)
| 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. |
| Type | Description |
|---|---|
| IList<PageInfo> |
Generate pagination information for the range.
public IList<PageInfo> Paginate(IRange printArea)
| Type | Name | Description |
|---|---|---|
| IRange | printArea | The area will be paginated. |
| Type | Description |
|---|---|
| IList<PageInfo> |