C# Class Aspose.Cells.Examples.CSharp.Articles.SmartMarkerCallBack

Inheritance: ISmartMarkerCallBack
Datei anzeigen Open project: aspose-cells/Aspose.Cells-for-.NET

Public Methods

Method Description
Process ( int sheetIndex, int rowIndex, int colIndex, String tableName, String columnName ) : void
SmartMarkerCallBack ( Workbook workbook ) : System

Method Details

Process() public method

public Process ( int sheetIndex, int rowIndex, int colIndex, String tableName, String columnName ) : void
sheetIndex int
rowIndex int
colIndex int
tableName String
columnName String
return void

SmartMarkerCallBack() public method

public SmartMarkerCallBack ( Workbook workbook ) : System
workbook Workbook
return System