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()
Public Function GetSplitPageInfo As List(Of Dictionary(Of Integer, PageColRow))
public:
List<Dictionary<int, PageColRow>^>^ GetSplitPageInfo()
member GetSplitPageInfo : unit -> List<Dictionary<int, PageColRow>>
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