Aspose::Cells::ConditionalFormattingCollection::RemoveArea method

ConditionalFormattingCollection::RemoveArea method

Remove all conditional formatting in the range.

void Aspose::Cells::ConditionalFormattingCollection::RemoveArea(int32_t startRow, int32_t startColumn, int32_t totalRows, int32_t totalColumns)
ParameterTypeDescription
startRowint32_tThe start row of the range.
startColumnint32_tThe start column of the range.
totalRowsint32_tThe number of rows of the range.
totalColumnsint32_tThe number of columns of the range.

See Also