AutoFiltersCollection Class |
Namespace: Spire.Xls.Collections
The AutoFiltersCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
AddressR1C1 |
Gets addres of filtered range in R1C1 style. Read only.
(Inherited from
XlsAutoFiltersCollection
.)
|
![]() |
Capacity |
Gets or sets the number of elements that the System.Collections.CollectionBase can contain.
(Inherited from
CollectionBase
T
.)
|
![]() |
Count |
Gets the total number of items in the collection.
(Inherited from
XlsAutoFiltersCollection
.)
|
![]() |
HasFiltered |
Indicates whether sheet has filtered range.
(Inherited from
XlsAutoFiltersCollection
.)
|
![]() |
InnerList |
Gets the list of elements in the instance.
(Inherited from
CollectionBase
T
.)
|
![]() |
IsReadOnly |
Gets a value indicating whether the collection is read-only.
(Inherited from
CollectionBase
T
.)
|
![]() |
Item |
Get auto filter item..
|
![]() |
List |
Gets the list of elements in the instance.
(Inherited from
CollectionBase
T
.)
|
![]() |
Parent |
Read-oonly. The parent object for the specified object.
(Inherited from
CollectionExtended
T
.)
|
![]() |
Range |
Range to be filtered.
|
![]() |
Sorter |
Gets the DataSorter instance associated with the current object. If the instance does not exist, it initializes a new instance of DataSorter.
(Inherited from
XlsAutoFiltersCollection
.)
|
![]() |
Worksheet |
Returns parent worksheet. Read-only.
|
Name | Description | |
---|---|---|
![]() |
Add |
Adds an item to the collection.trigger OnInsert and OnInsertComplete method when set item
(Inherited from
CollectionBase
T
.)
|
![]() |
AddDateFilter(Int32, DateTimeGroupingType, Int32, Int32, Int32, Int32, Int32, Int32) |
Adds a date filter for a filter column.
|
![]() |
AddDateFilter(IAutoFilter, DateTimeGroupingType, Int32, Int32, Int32, Int32, Int32, Int32) |
Adds a date filter to the specified column based on the provided date grouping type and date components.
|
![]() |
AddFillColorFilter(Int32, Color) |
Adds a fill color filter.
|
![]() |
AddFillColorFilter(IAutoFilter, Color) |
Adds a color filter to the specified column in an Excel auto filter.
|
![]() |
AddFillColorFilter(Int32, ExcelPatternType, Color, Color) |
Adds a fill color filter.
|
![]() |
AddFilter(Int32, String) |
Adds a filter for a filter column.
|
![]() |
AddFilter(IAutoFilter, String) |
Adds a filter to the specified column with the given criteria.
|
![]() |
AddFontColorFilter(Int32, Color) |
Adds a font color filter.
|
![]() |
AddFontColorFilter(IAutoFilter, Color) |
Adds a filter to the specified column to show only cells with the given font color.
|
![]() |
AddIconFilter |
Adds an icon filter.
|
![]() |
Clear |
Clears all items from the collection.
|
![]() |
ClearFilter(Int32) |
Delete the column filter by column index(filters column index not sheet column index)
|
![]() |
ClearFilter(String) |
Delete the column filter by column name
|
![]() |
Clone(Object) |
Creates copy of the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
Clone(XlsWorksheet) |
Clones current instance.
(Inherited from
XlsAutoFiltersCollection
.)
|
![]() |
Contains |
Determines whether the collection contains a specific item.
(Inherited from
CollectionBase
T
.)
|
![]() |
CopyTo |
Copies the elements of the collection to an array, starting at a particular array index.
(Inherited from
CollectionBase
T
.)
|
![]() |
CustomFilter(Int32, FilterOperatorType, Object) |
Filters a list with a custom criteria.
|
![]() |
CustomFilter(FilterColumn, FilterOperatorType, Object) |
Applies a custom filter to a specified column using the given operator and criteria.
|
![]() |
CustomFilter(Int32, FilterOperatorType, Object, Boolean, FilterOperatorType, Object) |
Filters a list with custom criterias.
|
![]() |
CustomFilter(FilterColumn, FilterOperatorType, Object, Boolean, FilterOperatorType, Object) |
Applies a custom filter to a specified column using two sets of criteria and logical operators.
|
![]() |
DynamicFilter(Int32, DynamicFilterType) |
Adds a dynamic filter.
|
![]() |
DynamicFilter(IAutoFilter, DynamicFilterType) |
Applies a dynamic filter to the specified column.
|
![]() |
EnsureCapacity |
Enlarges internal storage if necessary.
(Inherited from
CollectionExtended
T
.)
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Filter |
Filter the data.
|
![]() |
Filter(Boolean) |
Gets all hidden rows's indexes.
|
![]() |
FilterTop10(Int32, Boolean, Boolean, Int32) |
Filter the top 10 item in the list
|
![]() |
FilterTop10(IAutoFilter, Boolean, Boolean, Int32) |
Filter the top 10 item in the list
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
FindParent(Type) |
Method used to find parent within a specific type.
(Inherited from
CollectionExtended
T
.)
|
![]() |
FindParent(Type, Boolean) |
Method used to find parent within a specific type.
(Inherited from
CollectionExtended
T
.)
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through this instance.
(Inherited from
CollectionBase
T
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
IndexOf |
Returns the zero-based index of the first occurrence of a specified item within the collection.
(Inherited from
CollectionBase
T
.)
|
![]() |
Insert |
Inserts an element into the list at the specified index.
(Inherited from
CollectionBase
T
.)
|
![]() |
MatchBlanks(Int32) |
Match all blank cell in the list.
|
![]() |
MatchBlanks(IAutoFilter) |
Match all blank cell in the list.
|
![]() |
MatchNonBlanks(Int32) |
Match all not blank cell in the list.
|
![]() |
MatchNonBlanks(FilterColumn) |
Match all not blank cell in the list.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
OnClear |
OnClear is invoked before Clear behavior.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnClearComplete |
OnClear is invoked after Clear behavior.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnInsert |
Performs additional processes before inserting
a new element into the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnInsertComplete |
Performs additional processes after inserting
a new element into the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnRemove |
Performs additional processes before removing
an element from the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnRemoveComplete |
Performs additional processes after removing
an element from the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnSet |
Performs additional processes before setting
a value in the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
OnSetComplete |
Performs additional processes after setting a value in the collection.
(Inherited from
CollectionExtended
T
.)
|
![]() |
QuickFilter(Int32, String) |
Filters a list with specified criteria.
|
![]() |
QuickFilter(IAutoFilter, String) |
Applies a simple filter to the specified column based on the given criteria.
|
![]() |
Remove |
Removes the first occurrence of a specific object from the collection.
(Inherited from
CollectionBase
T
.)
|
![]() |
RemoveAt |
Removes the element at the specified index of this instance.
(Inherited from
CollectionBase
T
.)
|
![]() |
RemoveDateFilter |
Removes a date filter.
|
![]() |
RemoveFilter |
Removes a filter for a filter column.
|
![]() |
SetParent |
Sets parent object for class.
(Inherited from
CollectionExtended
T
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
Name | Description | |
---|---|---|
![]() |
Changed |
Change in the collection.
(Inherited from
CollectionExtended
T
.)
|