FilterColumnCollection

FilterColumnCollection

Overview

FilterColumnCollection is a class in Aspose.Cells FOSS for Java. Inherits from: Iterable<FilterColumn>.

Represents the FilterColumnCollection component.

This class provides 8 methods for working with FilterColumnCollection objects in Java programs. Available methods include: add, clear, get, getCount, hasNext, iterator, next, removeAt. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: count.

Properties

NameTypeAccessDescription
countintReadReturns the count.

Methods

SignatureDescription
getCount()intReturns the count.
get(index: int)FilterColumnReturns the requested item.
add(columnIndex: int)intAdds a new item to the current collection.
removeAt(index: int)Removes at.
clear()Clears the current state maintained by this object.
iterator()Iterator<FilterColumn>Returns an iterator over the current collection.
hasNext()booleanReturns true if next is present.
next()FilterColumnReturns the next FilterColumn in the iteration sequence

See Also