Aspose::Cells::FormatConditionCollection::RemoveArea method

FormatConditionCollection::RemoveArea(int32_t) method

Removes conditional formatted cell range by index.

void Aspose::Cells::FormatConditionCollection::RemoveArea(int32_t index)
ParameterTypeDescription
indexint32_tThe index of the conditional formatted cell range to be removed.

See Also

FormatConditionCollection::RemoveArea(int32_t, int32_t, int32_t, int32_t) method

Remove conditional formatting int the range.

bool Aspose::Cells::FormatConditionCollection::RemoveArea(int32_t startRow, int32_t startColumn, int32_t totalRows, int32_t totalColumns)
ParameterTypeDescription
startRowint32_tThe startRow of the range.
startColumnint32_tThe startColumn of the range.
totalRowsint32_tThe number of rows of the range.
totalColumnsint32_tThe number of columns of the range.

ReturnValue

Returns TRUE, this FormatCondtionCollection should be removed.

See Also