RemoveAt

IRowCollection.RemoveAt method

Supprime une ligne à la position spécifiée d’une table.

public void RemoveAt(int firstRowIndex, bool withAttachedRows)
ParamètreTaperLa description
firstRowIndexInt32Index d’une ligne à supprimer.
withAttachedRowsBooleanTrue pour supprimer également toutes les lignes attachées.

Voir également