Class FilterValueCollection
Contents
[
Hide
]FilterValueCollection class
Represents the multiple filter collection.
public class FilterValueCollection : CollectionBase<FilterValue>
Properties
| Name | Description |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; } | Gets FilterValue by index. |
| Item { get; set; } | |
| MatchBlank { get; set; } | Indicates whether to filter by blank. |
Methods
| Name | Description |
|---|---|
| Add(string) | Adds a label filter criteria. |
| Add(DateTimeGroupingType, int, int, int) | Adds a date filter criteria value. |
| Add(DateTimeGroupingType, int, int, int, int, int, int) | Adds a date time filter criteria value. |
| BinarySearch(FilterValue) | |
| BinarySearch(FilterValue, IComparer<FilterValue>) | |
| BinarySearch(int, int, FilterValue, IComparer<FilterValue>) | |
| Clear() | |
| Contains(FilterValue) | |
| CopyTo(FilterValue[]) | |
| CopyTo(FilterValue[], int) | |
| CopyTo(int, FilterValue[], int, int) | |
| Exists(Predicate<FilterValue>) | |
| Find(Predicate<FilterValue>) | |
| FindAll(Predicate<FilterValue>) | |
| FindIndex(Predicate<FilterValue>) | |
| FindIndex(int, Predicate<FilterValue>) | |
| FindIndex(int, int, Predicate<FilterValue>) | |
| FindLast(Predicate<FilterValue>) | |
| FindLastIndex(Predicate<FilterValue>) | |
| FindLastIndex(int, Predicate<FilterValue>) | |
| FindLastIndex(int, int, Predicate<FilterValue>) | |
| GetEnumerator() | |
| IndexOf(FilterValue) | |
| IndexOf(FilterValue, int) | |
| IndexOf(FilterValue, int, int) | |
| LastIndexOf(FilterValue) | |
| LastIndexOf(FilterValue, int) | |
| LastIndexOf(FilterValue, int, int) | |
| RemoveAt(int) |
See Also
- class CollectionBase<T>
- class FilterValue
- namespace Aspose.Cells
- assembly Aspose.Cells