AutoFilterSortConditionCollection
Áttekintés
AutoFilterSortConditionCollection egy osztály az Aspose.Cells FOSS for Java-ban.
Örökli: Iterable<AutoFilterSortCondition>.
Az AutoFilterSortConditionCollection komponenst képviseli.
Tulajdonságok
| Név | Típus | Hozzáférés | Leírás |
|---|---|---|---|
count | int | Olvas | Visszaadja a számot. |
Módszerek
| Aláírás | Leírás |
|---|---|
getCount() → int | Visszaadja a számot. |
get(index: int) → AutoFilterSortCondition | Visszaadja a kért elemet. |
add(reference: String) → int | Új elemet ad a jelenlegi gyűjteményhez. |
removeAt(index: int) | Eltávolítja a. |
clear() | Törli az objektum által karbantartott jelenlegi állapotot. |
iterator() → Iterator<AutoFilterSortCondition> | Visszaad egy iterátort a jelenlegi gyűjteményen. |