remove_range method
remove_range
Removes one range by given index.
def remove_range(self, index):
...
Parameter | Type | Description |
---|---|---|
index | int | the index of the range to be removed. |
See Also
- module
aspose.cells
- class
ErrorCheckOption
Removes one range by given index.
def remove_range(self, index):
...
Parameter | Type | Description |
---|---|---|
index | int | the index of the range to be removed. |
aspose.cells
ErrorCheckOption