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>현재 컬렉션에 대한 반복자를 반환합니다.
 한국어