Version

VerticalPageBreak Constructor(Int32,WorksheetRegion)

Creates a new VerticalPageBreak instance.
Syntax
public VerticalPageBreak( 
   int firstColumOnPage,
   WorksheetRegion printArea
)

Parameters

firstColumOnPage
The 0-based index of the first column on the page after this break.
printArea
The print area in which the page break should occur or null to break in the entire sheet.
Exceptions
ExceptionDescription
System.ArgumentExceptionOccurs when printArea is not null and the firstColumOnPage is outside the print area or the left column index of the print area.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also