CellInvalidFormulaException constructor
init
Initializes a new instance of the CellInvalidFormulaException class.
def __init__(self):
...
init
Initializes a new instance of the CellInvalidFormulaException 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 CellInvalidFormulaException class with a specified error message
and a cell reference that contains the invalid formula.
def __init__(self, message, reference):
...
| Parameter | Type | Description |
|---|---|---|
| message | str | |
| reference | str |
See Also
- class
CellInvalidFormulaException - module
aspose.slides.spreadsheet - library
Aspose.Slides