com.aspose.cells
Interface ISmartMarkerCallBack


public interface ISmartMarkerCallBack 

Represents callback interface of processing smartmarker.

Method Summary
abstract voidprocess(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)
Callback for processing a smart marker.
Parameters:
sheetIndex - The sheet index.
rowIndex - The row index.
colIndex - The column index.
tableName - The table name of smartmarker.
columnName - The table name of smartmarker.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.