Version

ClearFilter Method (WorksheetFilterSettings)

Clears the filter that is applied to a specific column.
Syntax
public void ClearFilter( 
   int relativeColumnIndex
)

Parameters

relativeColumnIndex
A zero based column index relative to the Region
Exceptions
ExceptionDescription
System.InvalidOperationExceptionIf the Region was not set.
System.ArgumentOutOfRangeExceptionIf the relativeColumnIndex is outside of the Region.
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