FormatConditionCollectionRemoveArea Method (Int32) |
Removes conditional formatted cell range by index.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.2.0.0 (21.2)
Syntaxpublic void RemoveArea(
int index
)
Public Sub RemoveArea (
index As Integer
)
public:
void RemoveArea(
int index
)
member RemoveArea :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The index of the conditional formatted cell range to be removed.
See Also