TableCellCollection.Item[Int32] プロパティ

定義

指定したインデックス位置にあるコレクション項目を取得または設定します。 これはインデックス付きプロパティです。

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 未満の場合、またはindexCount 以上の場合に発生します。

注釈

これは、(配列内の特定のセルにアクセスするために使用されるのと同様に) 標準のインデックス作成構文をサポートするインデックス付きプロパティです。

適用対象