Item

DocumentTableCollection indexer (1 of 2)

가져오기DocumentTable 지정된 index. 에 있는 컬렉션의 인스턴스

public DocumentTable this[int index] { get; }
모수 설명
index 반환할 테이블의 0부터 시작하는 인덱스입니다.

반환 값

DocumentTable 지정된 인덱스에 있는 컬렉션의 인스턴스.

또한보십시오


DocumentTableCollection indexer (2 of 2)

가져오기DocumentTable collection. 에서 지정된 이름을 가진 인스턴스

public DocumentTable this[string name] { get; }
모수 설명
name 반환할 테이블의 대소문자를 구분하지 않는 이름입니다.

반환 값

ADocumentTable컬렉션에서 지정된 이름을 가진 인스턴스 또는 그러한 인스턴스가 존재하지 않는 경우 null .

또한보십시오