DefinedNameCollection
概要
DefinedNameCollection は Aspose.Cells FOSS for Java のクラスです。
継承元: Iterable<DefinedName>。
ワークブック内の定義済み名前のコレクションを表します。
プロパティ
| 名前 | タイプ | アクセス | 説明 |
|---|---|---|---|
count | int | 読み取り | カウントを返します。 |
方法
| シグネチャ | 説明 |
|---|---|
getCount() → int | カウントを返します。 |
get(index: int) → DefinedName | 要求された項目を返します。 |
add(name: String, formula: String) → int | 現在のコレクションに新しい項目を追加します。 |
add(name: String, formula: String, localSheetIndex: Integer) → int | 現在のコレクションに新しい項目を追加します。 |
removeAt(index: int) | 指定位置の項目を削除します。 |
iterator() → Iterator<DefinedName> | 現在のコレクションのイテレータを返します。 |