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

Inheritance: ISmartMarkerCallBack
Afficher le fichier Open project: aspose-cells/Aspose.Cells-for-.NET

Méthodes publiques

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

Method Details

Process() public méthode

public Process ( int sheetIndex, int rowIndex, int colIndex, String tableName, String columnName ) : void
sheetIndex int
rowIndex int
colIndex int
tableName String
columnName String
Résultat void

SmartMarkerCallBack() public méthode

public SmartMarkerCallBack ( Workbook workbook ) : System
workbook Workbook
Résultat System