FilterValueCollection

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

NameTypeAccessDescription
CountintReadGets the number of values in the collection

Methods

SignatureDescription
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