Click or drag to resize

XlsWorkbook SplitPageInfo Method

Splits the page information based on the provided converter settings.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public List<Dictionary<int, PageColRow>> SplitPageInfo(
	ConverterSetting converterSetting
)

Parameters

converterSetting
Type: Spire.Xls ConverterSetting
The converter settings to use for splitting the page information.

Return Value

Type: List Dictionary Int32 , PageColRow
A list of dictionaries containing the page information.
See Also