ClearContents

ClearContents(CellArea)

Efface le contenu d’une plage.

public void ClearContents(CellArea range)
ParamètreTaperLa description
rangeCellAreaPlage à effacer.

Voir également


ClearContents(int, int, int, int)

Efface le contenu d’une plage.

public void ClearContents(int startRow, int startColumn, int endRow, int endColumn)
ParamètreTaperLa description
startRowInt32Index de ligne de début.
startColumnInt32Début de l’index de la colonne.
endRowInt32Index de fin de ligne.
endColumnInt32Indice de fin de colonne.

Voir également