FilterValue Members
A value or values used in a filter criterion.Properties
| Name | Description |
|---|---|
| FilterByBlank static | 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(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| FromDateTime(DateTime, Boolean) static | Converts the DateTime object to a filter value using the specified date system. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
Operators
| Name | Description |
|---|---|
| Implicit(CellValue to FilterValue) static | Implicitly converts a cell value to a filter value. |
| Implicit(CellValue[] to FilterValue) static | Implicitly converts an array of cell values to a FilterValue. |
| Implicit(Boolean to FilterValue) static | Implicitly converts a Boolean value to a filter value. |
| Implicit(Char to FilterValue) static | Implicitly converts a Char value to a filter value. |
| Implicit(DateTime to FilterValue) static | Implicitly converts a DateTime object to a filter value. |
| Implicit(Double to FilterValue) static | Implicitly converts a Double value to a filter value. |
| Implicit(Int32 to FilterValue) static | Implicitly converts an Int32 value to a filter value. |
| Implicit(String to FilterValue) static | Implicitly converts a String value to a filter value. |
See Also