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 以上の場合に発生します。

注釈

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

適用対象