Version

Add Method (PrintAreasCollection)

Adds a print area to the collection.
Syntax
public void Add( 
   WorksheetRegion printArea
)

Parameters

printArea
The print area to add to the collection.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when printArea is null.
System.ArgumentExceptionOccurs when printArea overlaps with another print area in the collection.
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