Click or drag to resize

Workbook GetSplitPageInfo Method

Retrieves the split page information for the Excel workbook based on the converter settings.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public List<Dictionary<int, PageColRow>> GetSplitPageInfo()

Return Value

Type: List Dictionary Int32 , PageColRow
A list of dictionaries, where each dictionary contains a sheet`s page column and row information.
See Also