Version

Type Property (TopOrBottomFilter)

Gets or sets the type of the filter.
Syntax
'Declaration
 
Public Property Type As TopOrBottomFilterType
public TopOrBottomFilterType Type {get; set;}

Property Value

TopValues or BottomValues to filter in the top or bottom N value in the list of sorted values; TopPercentage or BottomPercentage to filter in the top or bottom N percentage of values in the list of sorted values.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe value assign is not defined in the TopOrBottomFilterType enumeration.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also