Description
Exclude Value Range.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ExcludeValueRange() As Boolean
|
[C#] |
---|
public bool ExcludeValueRange {get; set;}
|
[Managed C++] |
---|
public: __property bool get_ExcludeValueRange(); public: __property void set_ExcludeValueRange( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_ExcludeValueRange( VARIANT_BOOL * pRetVal ); public: HRESULT put_ExcludeValueRange( VARIANT_BOOL NewExcludeValueRange );
|
[Java] |
---|
public bool getExcludeValueRange();public void setExcludeValueRange( bool );
|
See Also