public interface ISmartMarkerCallBack
| Method Summary | ||
|---|---|---|
abstract void | process(int sheetIndex, int rowIndex, int colIndex, java.lang.String tableName, java.lang.String columnName) | |
| Callback for processing a smart marker. | ||
| Method Detail |
|---|
process | |
public abstract void process(int sheetIndex, int rowIndex, int colIndex, java.lang.String tableName, java.lang.String columnName) | |
sheetIndex - The sheet index.rowIndex - The row index.colIndex - The column index.tableName - The table name of smartmarker.columnName - The table name of smartmarker.