CellInvalidReferenceException constructor
init
Initializes a new instance of the CellInvalidReferenceException
class.
def __init__(self):
...
init
Initializes a new instance of the CellInvalidReferenceException
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 an invalid cell reference.
def __init__(self, message, reference):
...
Parameter | Type | Description |
---|---|---|
message | str | A string that describes the error. |
reference | str | An invalid cell reference. |
See Also
- class
CellCircularReferenceException
- class
CellInvalidReferenceException
- module
aspose.slides.spreadsheet
- library
Aspose.Slides