get_format method
get_format
Gets the formatting pattern corresponding to the parsed value by last invocation of ICustomParser.parse_object
.
def get_format(self):
...
Remarks
The returned formatting pattern may be used to format corresponding cell(set to Style.Custom for the cell).
See Also
- module
aspose.cells
- class
ICustomParser