warning method
warning
Our callback only needs to implement the “Warning” method.
def warning(self, warning_info):
...
Parameter | Type | Description |
---|---|---|
warning_info | WarningInfo | warning info |
See Also
- module
aspose.cells
- class
IWarningCallback
Our callback only needs to implement the “Warning” method.
def warning(self, warning_info):
...
Parameter | Type | Description |
---|---|---|
warning_info | WarningInfo | warning info |
aspose.cells
IWarningCallback