TableCellCollection.Item[Int32] Propriété

Définition

Obtient ou définit l’élément de collection à un index spécifié. Il s’agit d’une propriété indexée.

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

Paramètres

index
Int32

Index de base zéro qui spécifie la position de l’élément de collection.

Valeur de propriété

Élément de collection à l’index spécifié.

Implémente

Exceptions

Déclenché lorsqu’il index est inférieur à zéro, ou lorsqu’il index est supérieur ou égal à Count.

Remarques

Il s’agit d’une propriété indexée qui prend en charge la syntaxe d’indexation standard (similaire à celle utilisée pour accéder à une cellule particulière dans un tableau).

S’applique à