ConditionalFormattingCollection.RemoveArea
ConditionalFormattingCollection.RemoveArea method
Remove all conditional formatting in the range.
public void RemoveArea(int startRow, int startColumn, int totalRows, int totalColumns)
Parameter | Type | Description |
---|---|---|
startRow | Int32 | The start row of the range. |
startColumn | Int32 | The start column of the range. |
totalRows | Int32 | The number of rows of the range. |
totalColumns | Int32 | The number of columns of the range. |
See Also
- class ConditionalFormattingCollection
- namespace Aspose.Cells
- assembly Aspose.Cells