FormatConditionCollection.RemoveArea
Contents
[
Hide
]RemoveArea(int)
Removes conditional formatted cell range by index.
public void RemoveArea(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | The index of the conditional formatted cell range to be removed. |
See Also
- class FormatConditionCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
RemoveArea(int, int, int, int)
Remove conditional formatting int the range.
public bool RemoveArea(int startRow, int startColumn, int totalRows, int totalColumns)
Parameter | Type | Description |
---|---|---|
startRow | Int32 | The startRow of the range. |
startColumn | Int32 | The startColumn of the range. |
totalRows | Int32 | The number of rows of the range. |
totalColumns | Int32 | The number of columns of the range. |
Return Value
Returns TRUE, this FormatCondtionCollection should be removed.
See Also
- class FormatConditionCollection
- namespace Aspose.Cells
- assembly Aspose.Cells