C# Class FileHelpers.ExcelNPOIStorage.ExcelNPOIStorage.CellExtractor

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

Public Methods

Method Description
CellExtractor ( ) : System

Initializes a new instance of the CellExtractor class.

OnCell ( ICell cell, ICellWalkContext ctx ) : void

Method Details

CellExtractor() public method

Initializes a new instance of the CellExtractor class.
public CellExtractor ( ) : System
return System

OnCell() public method

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