CellCircularReferenceException constructor
init
Initializes a new instance of the CellCircularReferenceException class.
def __init__(self):
...
init
Initializes a new instance of the CellCircularReferenceException class with a specified error message.
def __init__(self, message):
...
| Parameter | Type | Description |
|---|---|---|
| message | str | A string that describes the error. |
init
Initializes a new instance of the CellCircularReferenceException class with a specified error message
and circular cell reference.
def __init__(self, message, reference):
...
| Parameter | Type | Description |
|---|---|---|
| message | str | A string that describes the error. |
| reference | str | A circular cell reference. |
See Also
- class
CellCircularReferenceException - module
aspose.slides.spreadsheet - library
Aspose.Slides