ConditionalFormattingCollection
Overview
ConditionalFormattingCollection is a class in Aspose.Cells FOSS for C++.
Represents a collection of conditional formatting objects.
Methods
| Signature | Description |
|---|---|
GetCount() → int | Gets the number of items. The number of conditional formatting objects. |
Add() → int | Adds 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>) → int | Gets the next priority for the specified collections. The collection of conditional formatting models. The next priority value. |