ClearFormats

ClearFormats(int, int, int, int)

Efface le formatage d’une plage.

public void ClearFormats(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


ClearFormats(GridCellArea)

Efface le formatage d’une plage.

public void ClearFormats(GridCellArea range)
ParamètreTaperLa description
rangeGridCellAreaPlage à effacer.

Voir également