FilterColumnCollection
Overview
FilterColumnCollection is a class in Aspose.Cells FOSS for Java.
Inherits from: Iterable<FilterColumn>.
Represents the FilterColumnCollection component.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Returns the count. |
Methods
| Signature | Description |
|---|---|
getCount() → int | Returns the count. |
get(index: int) → FilterColumn | Returns the requested item. |
add(columnIndex: int) → int | Adds 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() → boolean | |
next() → FilterColumn |