TableCellCollection.Item[Int32] Właściwość

Definicja

Pobiera lub ustawia element kolekcji w określonym indeksie. Jest to właściwość indeksowana.

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

Parametry

index
Int32

Indeks oparty na zera, który określa pozycję elementu kolekcji.

Wartość właściwości

Element kolekcji w określonym indeksie.

Implementuje

Wyjątki

Podniesione, gdy index wartość jest mniejsza niż zero lub gdy index jest większa niż lub równa Count.

Uwagi

Jest to właściwość indeksowana, która obsługuje standardową składnię indeksowania (podobną do używanej do uzyskiwania dostępu do określonej komórki w tablicy).

Dotyczy