GetPaginationInfo(IWorksheet,PaginationOrientation,IList<IRange>,IList<RepeatSetting>) Method
In This Topic
Returns an array of row or column indexes which represents the page boundaries for vertical or horizontal paging.
The Pagination is based on the settings in the PageSetup of the current worksheet.
Syntax
public System.Collections.Generic.IList<int> GetPaginationInfo(
IWorksheet ,
PaginationOrientation ,
System.Collections.Generic.IList<IRange> ,
System.Collections.Generic.IList<RepeatSetting>
)
Parameters
- worksheet
- The worksheet object.
- orientation
- The orientation of pagination.
- keepTogetherRanges
- The collection of ranges that need to keep together.
- repeatSettings
- The collection of repeat settings for a Range.
See Also