TableCellCollection.Remove(TableCell) Méthode
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.
Supprime un élément spécifié de la collection.
public:
virtual bool Remove(System::Windows::Documents::TableCell ^ item);
public bool Remove (System.Windows.Documents.TableCell item);
abstract member Remove : System.Windows.Documents.TableCell -> bool
override this.Remove : System.Windows.Documents.TableCell -> bool
Public Function Remove (item As TableCell) As Boolean
Paramètres
- item
- TableCell
Élément à supprimer de la collection.
Retours
true
si l'élément spécifié a été trouvé et supprimé ; sinon, false
.
Implémente
Exceptions
Déclenché si item
n'est pas présent dans la collection.
Déclenché quand item
a la valeur null.
Remarques
Les index des éléments de collection restants peuvent être ajustés pour refléter l’élément de collection supprimé.