ISmartMarkerCallBack

public interface ISmartMarkerCallBack

Represents callback interface of processing smartmarker.

Methods

MethodDescription
process(int sheetIndex, int rowIndex, int colIndex, String tableName, String columnName)Callback for processing a smart marker.

process(int sheetIndex, int rowIndex, int colIndex, String tableName, String columnName)

public abstract void process(int sheetIndex, int rowIndex, int colIndex, String tableName, String columnName)

Callback for processing a smart marker.

Parameters:

ParameterTypeDescription
sheetIndexintThe sheet index.
rowIndexintThe row index.
colIndexintThe column index.
tableNamejava.lang.StringThe table name of smartmarker.
columnNamejava.lang.StringThe table name of smartmarker.