C# Класс Simplexcel.Cell

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

Метод Описание
Cell ( CellType cellType ) : System

Create a new Cell of the given CellType. You can also implicitly create a cell from a string or number.

Cell ( CellType type, object value, string format ) : System

Create a new Cell of the given CellType, with the given value and format. For some common formats, see BuiltInCellFormat. You can also implicitly create a cell from a string or number.

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

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

Create a new Cell of the given CellType. You can also implicitly create a cell from a string or number.
public Cell ( CellType cellType ) : System
cellType CellType
Результат System

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

Create a new Cell of the given CellType, with the given value and format. For some common formats, see BuiltInCellFormat. You can also implicitly create a cell from a string or number.
public Cell ( CellType type, object value, string format ) : System
type CellType
value object
format string
Результат System