TableCellCollection.Item[Int32] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou paramètre l'élément de collection au niveau de l'index spécifié. Il s'agit dune 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
Un index de base zéro spécifiant la position de l'élément de collection.
Valeur de propriété
Élément de collection situé à l'index spécifié.
Implémente
Exceptions
Déclenché lorsque index
est inférieur à zéro, ou lorsque 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).