Cells.ClearContents

ClearContents(CellArea)

Clears contents of a range.

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

See Also


ClearContents(int, int, int, int)

Clears contents of a range.

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

See Also