Version

Value Property (TopOrBottomFilter)

Gets or sets the number or percentage of value of values which should be filtered in.
Syntax
'Declaration
 
Public Property Value As Integer
public int Value {get; set;}

Property Value

The number or percentage of items which should be filtered in.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException The value assigned is less than 1 or greater than 500.
Remarks

When Type is TopValues or BottomValues, Value indicates the number of value which should be filtered in. When Type is TopPercentage or BottomPercentage, Value indicates percentage to filter in. For example, a Value of 15 and a Type of BottomPercentage will filter in the bottom 15 percent of values.

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