C# Класс FileHelpers.ExcelNPOIStorage.ExcelNPOIStorage.CellInserter

Наследование: ICellHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
CellInserter ( List cellValues ) : System

Initializes a new instance of the CellInserter class.

OnCell ( ICell cell, ICellWalkContext ctx ) : void

Описание методов

CellInserter() публичный Метод

Initializes a new instance of the CellInserter class.
public CellInserter ( List cellValues ) : System
cellValues List
Результат System

OnCell() публичный Метод

public OnCell ( ICell cell, ICellWalkContext ctx ) : void
cell ICell
ctx ICellWalkContext
Результат void