process method
process(self, sheet_index, row_index, col_index, table_name, column_name)
Callback for processing a smart marker.
def process(self, sheet_index, row_index, col_index, table_name, column_name):
...
| Parameter | Type | Description |
|---|---|---|
| sheet_index | int | The sheet index. |
| row_index | int | The row index. |
| col_index | int | The column index. |
| table_name | System.String | The table name of smartmarker. |
| column_name | System.String | The table name of smartmarker. |
See Also
- module
aspose.cells - class
ISmartMarkerCallBack