process method
process
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 | str | The table name of smartmarker. |
column_name | str | The table name of smartmarker. |
See Also
- module
aspose.cells
- class
ISmartMarkerCallBack