Version

StartPageNumber Property

Gets or sets the page number for the first printed page of the worksheet.
Syntax
public int StartPageNumber {get; set;}

Property Value

The page number for the first printed page of the worksheet.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException The assigned value is outside the valid range of -32765 and 32767.
Remarks

For this value to be used, PageNumbering must be set to a value of UseStartPageNumber.

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