process method
process
Processes the smart markers and populates the data source values.
def process(self):
...
process
Processes the smart markers and populates the data source values.
def process(self, is_preserved):
...
Parameter | Type | Description |
---|---|---|
is_preserved | bool | True if the unrecognized smart marker is preserved. |
process
Processes the smart markers and populates the data source values.
def process(self, sheet_index, is_preserved):
...
Parameter | Type | Description |
---|---|---|
sheet_index | int | Worksheet index. |
is_preserved | bool | True if the unrecognized smart marker is preserved. |
Remarks
This method works on worksheet level.
See Also
- module
aspose.cells
- class
WorkbookDesigner