Aspose::Cells::FormatConditionCollection::RemoveArea method
Contents
[
Hide
]FormatConditionCollection::RemoveArea(int32_t) method
Removes conditional formatted cell range by index.
void Aspose::Cells::FormatConditionCollection::RemoveArea(int32_t index)
| Parameter | Type | Description |
|---|---|---|
| index | int32_t | The index of the conditional formatted cell range to be removed. |
See Also
- Class Vector
- Class FormatConditionCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
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)
| Parameter | Type | Description |
|---|---|---|
| startRow | int32_t | The startRow of the range. |
| startColumn | int32_t | The startColumn of the range. |
| totalRows | int32_t | The number of rows of the range. |
| totalColumns | int32_t | The number of columns of the range. |
ReturnValue
Returns TRUE, this FormatCondtionCollection should be removed.
See Also
- Class Vector
- Class FormatConditionCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++