Interface ISmartMarkerCallBack

Interface ISmartMarkerCallBack

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents callback interface of processing smartmarker.

public interface ISmartMarkerCallBack

Methods

Process(int, int, int, string, string)

Callback for processing a smart marker.

void Process(int sheetIndex, int rowIndex, int colIndex, string tableName, string columnName)

Parameters

sheetIndex int

The sheet index.

rowIndex int

The row index.

colIndex int

The column index.

tableName string

The table name of smartmarker.

columnName string

The table name of smartmarker.