Aspose::Cells::Cells::ClearFormats method

Cells::ClearFormats(const CellArea&) method

Clears formatting of a range.

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

See Also

Cells::ClearFormats(int32_t, int32_t, int32_t, int32_t) method

Clears formatting of a range.

void Aspose::Cells::Cells::ClearFormats(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