Version

SetRegion(String) Method

Sets the region where the filter settings should be applied
Syntax
public void SetRegion( 
   string address
)

Parameters

address
The address of the new region.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionIf the region intersects with a table of other reserved area in the worksheet.
Remarks

The CellReferenceMode of the workbook will be used to parse the region address.

Note: setting the region will clear any applied filters or sort criteria.

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