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)
| Parameter | Type | Description |
|---|---|---|
| startRow | int32_t | The start row of the range. |
| startColumn | int32_t | The start column of the range. |
| totalRows | int32_t | The number of rows of the range. |
| totalColumns | int32_t | The number of columns of the range. |
See Also
- Class Vector
- Class ConditionalFormattingCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++