Class MultipleFilterCollection
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Represents the multiple filter collection.
public class MultipleFilterCollection : CollectionBase, IList, ICollection, IEnumerable
Inheritance
object ← CollectionBase ← MultipleFilterCollection
Implements
IList, ICollection, IEnumerable
Inherited Members
CollectionBase.Clear(), CollectionBase.RemoveAt(int), CollectionBase.GetEnumerator(), CollectionBase.OnSet(int, object?, object?), CollectionBase.OnInsert(int, object?), CollectionBase.OnClear(), CollectionBase.OnRemove(int, object?), CollectionBase.OnValidate(object), CollectionBase.OnSetComplete(int, object?, object?), CollectionBase.OnInsertComplete(int, object?), CollectionBase.OnClearComplete(), CollectionBase.OnRemoveComplete(int, object?), CollectionBase.InnerList, CollectionBase.List, CollectionBase.Capacity, CollectionBase.Count, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
MultipleFilterCollection()
Constructs one new instance.
public MultipleFilterCollection()
Properties
MatchBlank
Indicates whether to filter by blank.
public bool MatchBlank { get; set; }
Property Value
this[int]
DateTimeGroupItem or a simple object.
public object this[int index] { get; }
Property Value
Methods
Add(string)
Adds string filter.
public void Add(string filter)
Parameters
filter
string
The filter data.