RemoveAt

ColumnCollection.RemoveAt method

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

public void RemoveAt(int firstColumnIndex, bool withAttachedRows)
ParamètreTaperLa description
firstColumnIndexInt32Index d’une colonne à supprimer.
withAttachedRowsBooleanTrue pour supprimer également toutes les colonnes attachées.

Voir également