ConditionalFormattingCollection

ConditionalFormattingCollection

Overview

ConditionalFormattingCollection is a class in Aspose.Cells FOSS for C++.

Represents a collection of conditional formatting objects.

Methods

SignatureDescription
GetCount()intGets the number of items. The number of conditional formatting objects.
Add()intAdds the specified item. The zero-based index of the added item.
RemoveAt(index: int)Removes the specified item. The zero-based index.
RemoveArea(startRow: int, startColumn: int, totalRows: int, totalColumns: int)Removes the specified item. The start row. The start column. The total number of rows. The total number of columns.
GetNextPriority(collections: std::vector<Core::ConditionalFormattingModel>)intGets the next priority for the specified collections. The collection of conditional formatting models. The next priority value.

See Also