C# Class FileHelpers.ExcelNPOIStorage.ExcelNPOIStorage.CellInserter

Inheritance: ICellHandler
ファイルを表示 Open project: MarcosMeli/FileHelpers

Public Methods

Method Description
CellInserter ( List cellValues ) : System

Initializes a new instance of the CellInserter class.

OnCell ( ICell cell, ICellWalkContext ctx ) : void

Method Details

CellInserter() public method

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

OnCell() public method

public OnCell ( ICell cell, ICellWalkContext ctx ) : void
cell ICell
ctx ICellWalkContext
return void