TableCellCollection.Item[Int32] 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 인덱스의 컬렉션 항목을 가져오거나 설정합니다. 인덱싱된 속성입니다.
public:
property System::Windows::Documents::TableCell ^ default[int] { System::Windows::Documents::TableCell ^ get(int index); void set(int index, System::Windows::Documents::TableCell ^ value); };
public System.Windows.Documents.TableCell this[int index] { get; set; }
member this.Item(int) : System.Windows.Documents.TableCell with get, set
Default Public Property Item(index As Integer) As TableCell
매개 변수
- index
- Int32
컬렉션 항목의 위치를 지정하는 0부터 시작하는 인덱스입니다.
속성 값
지정된 인덱스의 컬렉션 항목입니다.
구현
예외
index
가 0보다 작거나 index
가 Count보다 크거나 같은 경우 발생합니다.
설명
이 표준 인덱싱 구문 (배열에서 특정 셀에 액세스 하는 데 사용한와 유사)을 지 원하는 인덱싱된 속성입니다.