AutoFilterSortConditionCollection
概要
AutoFilterSortConditionCollection は Aspose.Cells FOSS for Java のクラスです。
継承元: Iterable<AutoFilterSortCondition>。
AutoFilterSortConditionCollection コンポーネントを表します。
プロパティ
| 名前 | タイプ | アクセス | 説明 |
|---|---|---|---|
count | int | 読み取り | カウントを返します。 |
方法
| Signature | Description |
|---|---|
getCount() → int | カウントを返します。 |
get(index: int) → AutoFilterSortCondition | 要求された項目を返します。 |
add(reference: String) → int | 現在のコレクションに新しい項目を追加します。 |
removeAt(index: int) | atで削除します。 |
clear() | このオブジェクトが保持する現在の状態をクリアします。 |
iterator() → Iterator<AutoFilterSortCondition> | 現在のコレクションのイテレータを返します。 |