Item

DocumentTableColumnCollection indexer (1 of 2)

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

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

반환 값

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

또한보십시오


DocumentTableColumnCollection indexer (2 of 2)

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

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

반환 값

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

또한보십시오