C# Class FileHelpers.ExcelNPOIStorage.ExcelNPOIStorage.CellInserter

Inheritance: ICellHandler
Afficher le fichier Open project: MarcosMeli/FileHelpers

Méthodes publiques

Méthode Description
CellInserter ( List cellValues ) : System

Initializes a new instance of the CellInserter class.

OnCell ( ICell cell, ICellWalkContext ctx ) : void

Method Details

CellInserter() public méthode

Initializes a new instance of the CellInserter class.
public CellInserter ( List cellValues ) : System
cellValues List
Résultat System

OnCell() public méthode

public OnCell ( ICell cell, ICellWalkContext ctx ) : void
cell ICell
ctx ICellWalkContext
Résultat void