Version

Type Property (AverageFilter)

Gets or sets the value indicating whether to filter in values below or above the average of the data range.
Syntax
public AverageFilterType Type {get; set;}

Property Value

AboveAverage to show cells above the average of the data range; BelowAverage to show cells below the average.
Exceptions
ExceptionDescription
Infragistics.Documents.Excel.MockClasses.InvalidEnumArgumentExceptionThe value assigned is not defined in the AverageFilterType enumeration.
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