Version

Search Results

Equals Method (CustomFilterCondition)

Determines whether the CustomFilterCondition is equal to the specified object. Syntax Parameters obj The object to test for equality. Return Value True if the object is equal to this instance; False otherwise.

GetHashCode Method (CustomFilterCondition)

Gets the hash code for the CustomFilterCondition. Syntax Return Value A number which can be used to hash this instance.

Value Property (CustomFilterCondition)

Gets the value against which the cell values should be compared. Syntax

CustomFilterCondition Constructor(ExcelComparisonOperator,DateTime)

Creates a new CustomFilterCondition instance. Syntax Parameters comparisonOperator The operator which describes how the cell values should be compared against value.value The date against which the cell values should be compared. Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException c...

CustomFilterCondition Constructor(ExcelComparisonOperator,Double)

Creates a new CustomFilterCondition instance. Syntax Parameters comparisonOperator The operator which describes how the cell values should be compared against value.value The number against which the cell values should be compared. Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException...

CustomFilterCondition Constructor(ExcelComparisonOperator,String)

Creates a new CustomFilterCondition instance. Syntax Parameters comparisonOperator The operator which describes how the cell values should be compared against value.value The string against which the cell values should be compared. The string can contains wild cards for any character (?) or for zero or more charac...

CustomFilterCondition Constructor(ExcelComparisonOperator,TimeSpan)

Creates a new CustomFilterCondition instance. Syntax Parameters comparisonOperator The operator which describes how the cell values should be compared against value.value The time against which the cell values should be compared. Exceptions Exception Description System.ComponentModel.InvalidEnumArgumentException c...

CustomFilter Class Members

Public Properties

CustomFilter Class Properties

Public Properties