Cells.ClearFormats

ClearFormats(CellArea)

Clears formatting of a range.

public void ClearFormats(CellArea range)
ParameterTypeDescription
rangeCellAreaRange to be cleared.

See Also


ClearFormats(int, int, int, int)

Clears formatting of a range.

public void ClearFormats(int startRow, int startColumn, int endRow, int endColumn)
ParameterTypeDescription
startRowInt32Start row index.
startColumnInt32Start column index.
endRowInt32End row index.
endColumnInt32End column index.

See Also