Version

Remove Method (PrintAreasCollection)

Removes the specified print area from the collection.
Syntax
public bool Remove( 
   WorksheetRegion printArea
)

Parameters

printArea
The print area to remove from the collection.

Return Value

True if the print area was found and removed; False otherwise.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionOccurs when printArea is null.
Remarks

If any page breaks are contained in the removed print area, they will be removed from their 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