Click or drag to resize

Workbook GetSplitPageTable Method

Retrieves a DataTable containing information about the split pages in a workbook.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public DataTable GetSplitPageTable(
	Workbook wb
)

Parameters

wb
Type: Spire.Xls Workbook
The Workbook object containing the pages to split.

Return Value

Type: DataTable
A DataTable with columns for SheetName, PageOfSheet, StartCol, EndCol, StartRow, EndRow, and PageNum.
See Also