Aspose::Cells::Cells::ClearContents method

Cells::ClearContents(const CellArea&) method

Clears contents of a range.

void Aspose::Cells::Cells::ClearContents(const CellArea &range)
ParameterTypeDescription
rangeconst CellArea&Range to be cleared.

See Also

Cells::ClearContents(int32_t, int32_t, int32_t, int32_t) method

Clears contents of a range.

void Aspose::Cells::Cells::ClearContents(int32_t startRow, int32_t startColumn, int32_t endRow, int32_t endColumn)
ParameterTypeDescription
startRowint32_tStart row index.
startColumnint32_tStart column index.
endRowint32_tEnd row index.
endColumnint32_tEnd column index.

See Also