ClearFormats

ClearFormats(CellArea)

Cancella la formattazione di un intervallo.

public void ClearFormats(CellArea range)
ParametroTipoDescrizione
rangeCellAreaIntervallo da cancellare.

Guarda anche


ClearFormats(int, int, int, int)

Cancella la formattazione di un intervallo.

public void ClearFormats(int startRow, int startColumn, int endRow, int endColumn)
ParametroTipoDescrizione
startRowInt32Inizio riga indice.
startColumnInt32Inizia l’indice della colonna.
endRowInt32Indice di fine riga.
endColumnInt32Indice della colonna finale.

Guarda anche