FilterPopupExcelDataEventArgs Members
In This Article
#Constructors
Name | Description |
---|---|
Filter |
Initializes a new instance of the Filter |
#Fields
Name | Description |
---|---|
Empty static |
Provides a value to use with events that do not have event data.
Inherited from Event |
Not |
Event arguments used when actual data is not yet loaded asynchronously.
Inherited from Excel |
#Properties
Name | Description |
---|---|
Column |
Gets the column being processed.
Inherited from Excel |
Data |
Provides access to the collection of data values by which the column being processed can be filtered, and the corresponding display texts.
Inherited from Excel |
Display |
Provides acces to the collection of the texts to be displayed in the filter popup for the corresponding data values by which the column being processed can be filtered.
Inherited from Excel |
Filter |
Provides access to the collection of custom filter conditions by which the column being processed can be filtered.
Inherited from Excel |
Html |
Gets or sets a collection of images to be inserted into filter item captions using HTML tags. This property is in effect when the HTML formatting feature is enabled for filter item captions.
Inherited from Excel |
Image |
Gets or sets the alignment of images fetched from the column’s image combo box editor to the filter menu. For internal use.
Inherited from Excel |
Images |
Provides access to the collection of images fetched form the column’s image combo box editor to the filter menu. For internal use.
Inherited from Excel |
Is |
Gets whether these event arguments contain data values.
Inherited from Excel |
Is |
Gets or sets whether the data is not yet loaded during asynchronous data loading.
Inherited from Excel |
Values |
Provides access to the collection of data values by which the column being processed can be filtered.
Inherited from Excel |
#Methods
Name | Description |
---|---|
Add |
Adds the specified data value by which the column being processed can be filtered, and the corresponding text to be displayed in the filter popup.
Inherited from Excel |
Add |
Adds the specified filter condition by which the column being processed can be filtered, and the corresponding text to be displayed in the filter popup.
Inherited from Excel |
Add |
Adds the specified filter condition by which the column being processed can be filtered, and the corresponding text to be displayed in the filter popup.
Inherited from Excel |
Change |
Changes the display text in the filter popup for the specified data value.
Inherited from Excel |
Clear |
Removes all items from the collection of data values by which the column being processed can be filtered.
Inherited from Excel |
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. |
Get |
Returns an array of strings representing captions for filters in the popup.
Inherited from Excel |
Get |
Returns the collection of custom filter conditions by which the column being processed can be filtered.
Inherited from Excel |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Returns an array of objects representing data values by which the column being processed can be filtered.
Inherited from Excel |
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. |
Remove |
Removes the specified data value by which the column being processed can be filtered from the filter popup.
Inherited from Excel |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also