FilterColumnCollection

FilterColumnCollection

Overview

FilterColumnCollection is a class in Aspose.Cells for NET. Inherits from: IEnumerable<FilterColumn>.

FilterColumnCollection.Add adds a filter column for the specified column index.

Properties

NameTypeAccessDescription
CountintReadGets the number of filter columns in the collection

Methods

SignatureDescription
Add(columnIndex: int)Adds a filter column for the specified column index
RemoveAt(index: int)Removes the filter column at the given collection index
Clear()Removes all filter columns from the collection
GetEnumerator()Returns an enumerator for iterating the filter columns