TableRowGroupCollection.Item[Int32] 속성

정의

지정된 인덱스의 컬렉션 항목을 가져옵니다. 인덱싱된 속성입니다.

public:
 property System::Windows::Documents::TableRowGroup ^ default[int] { System::Windows::Documents::TableRowGroup ^ get(int index); void set(int index, System::Windows::Documents::TableRowGroup ^ value); };
public System.Windows.Documents.TableRowGroup this[int index] { get; set; }
member this.Item(int) : System.Windows.Documents.TableRowGroup with get, set
Default Public Property Item(index As Integer) As TableRowGroup

매개 변수

index
Int32

검색할 컬렉션 항목의 위치를 지정하는 인덱스(0부터 시작)입니다.

속성 값

TableRowGroup

지정된 인덱스의 컬렉션 항목입니다.

구현

예외

index 가 0보다 작거나 indexCount 이상일 때 발생합니다.

설명

이 표준 인덱싱 구문 (배열에서 특정 셀에 액세스 하는 데 사용한와 유사)을 지 원하는 인덱싱된 속성입니다.

적용 대상