Gets a constraint for Between.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared Function BetweenExclusive( _
ByVal startValue As System.String, _
ByVal endValue As System.String _
) As IHeadingFilter |
Parameters
- startValue
- The start value to compare with.
- endValue
- The end value to compare with.
Return Value
The instance of
IHeadingFilter.
Requirements
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
See Also