public final class FilterColumnCollection extends Object implements Iterable<FilterColumn>
Modifier and Type | Method and Description |
---|---|
FilterColumn |
get(int index)
Gets the
FilterColumn at the specified index. |
Iterator<FilterColumn> |
iterator()
Returns an iterator that iterates through the sort levels.
|
int |
size()
Gets the total number of filter columns in the
FilterColumnCollection . |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public FilterColumn get(int index)
FilterColumn
at the specified index.index
- The zero-based index of the FilterColumn
to get.FilterColumn
at the specified index.IndexOutOfBoundsException
- index
is less than zero or is equal to or greater than size()
.public Iterator<FilterColumn> iterator()
iterator
in interface Iterable<FilterColumn>
public int size()
FilterColumnCollection
.FilterColumnCollection
.© GemBox Ltd. — All rights reserved.