ISmartMarkerCallBack.Process

ISmartMarkerCallBack.Process method

Callback for processing a smart marker.

public void Process(int sheetIndex, int rowIndex, int colIndex, string tableName, string columnName)
ParameterTypeDescription
sheetIndexInt32The sheet index.
rowIndexInt32The row index.
colIndexInt32The column index.
tableNameStringThe table name of smartmarker.
columnNameStringThe table name of smartmarker.

See Also