| Visual Basic (Declaration) | |
|---|---|
Public Interface IHeadingFilter Inherits IFieldFilter | |
| C# | |
|---|---|
public interface IHeadingFilter : IFieldFilter | |
The IHeadingFilter interface provides filter type and corresponding single value or start/end values.
Following filter types requires two filter values, so both Value and EndValue is a part of filter: HeadingFilterType.Between, HeadingFilterType.BetweenExclusive, HeadingFilterType.NotBetween. Other filter types require a single value.
Target Platforms: 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