C# 클래스 FileHelpers.ExcelNPOIStorage.ExcelNPOIStorage.CellExtractor

상속: ICellHandler
파일 보기 프로젝트 열기: MarcosMeli/FileHelpers

공개 메소드들

메소드 설명
CellExtractor ( ) : System

Initializes a new instance of the CellExtractor class.

OnCell ( ICell cell, ICellWalkContext ctx ) : void

메소드 상세

CellExtractor() 공개 메소드

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

OnCell() 공개 메소드

public OnCell ( ICell cell, ICellWalkContext ctx ) : void
cell ICell
ctx ICellWalkContext
리턴 void