FilterValueCollection
Overview
FilterValueCollection is a class in Aspose.Cells for NET.
Inherits from: IEnumerable<string>.
FilterValueCollection.Add adds the specified string value to the collection.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Count | int | Read | Gets the number of values in the collection |
Methods
| Signature | Description |
|---|---|
Add(value: string) | Adds the specified string value to the collection |
RemoveAt(index: int) | Removes the value at the given zero‑based index |
Clear() | Removes all values from the collection |
GetEnumerator() | Returns an enumerator for iterating the values |