DefinedNameCollection

DefinedNameCollection

概要

DefinedNameCollection は Aspose.Cells FOSS for Java のクラスです。
継承元: Iterable<DefinedName>

ワークブック内の定義済み名前のコレクションを表します。

プロパティ

名前タイプアクセス説明
countint読み取りカウントを返します。

方法

シグネチャ説明
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>現在のコレクションのイテレータを返します。
 日本語