FilterValue Members
In This Article
#Properties
Name | Description |
---|---|
Filter |
Gets a special value representing a blank cell for use in a filter criteria. |
Values | Gets an array of strings that corresponds to the cell values by which a filtering is performed. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
From |
Converts the Date |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Operators
Name | Description |
---|---|
Implicit |
Implicitly converts a cell value to a filter value. |
Implicit |
Implicitly converts an array of cell values to a Filter |
Implicit |
Implicitly converts a Boolean value to a filter value. |
Implicit |
Implicitly converts a Char value to a filter value. |
Implicit |
Implicitly converts a Date |
Implicit |
Implicitly converts a Double value to a filter value. |
Implicit |
Implicitly converts an Int32 value to a filter value. |
Implicit |
Implicitly converts a String value to a filter value. |
See Also