AutoFilterSortConditionCollection
סקירה כללית
AutoFilterSortConditionCollection היא מחלקה ב‑Aspose.Cells FOSS עבור Java.
יורשת מ‑: Iterable<AutoFilterSortCondition>.
מייצג את רכיב AutoFilterSortConditionCollection.
תכונות
| שם | סוג | גישה | תיאור |
|---|---|---|---|
count | int | קריאה | מחזיר את הספירה. |
שיטות
| חתימה | תיאור |
|---|---|
getCount() → int | מחזיר את הספירה. |
get(index: int) → AutoFilterSortCondition | מחזיר את הפריט המבוקש. |
add(reference: String) → int | מוסיף פריט חדש לאוסף הנוכחי. |
removeAt(index: int) | מסיר ב. |
clear() | מנקה את המצב הנוכחי המתוחזק על ידי האובייקט הזה. |
iterator() → Iterator<AutoFilterSortCondition> | מחזיר איטרטור על האוסף הנוכחי. |