C# Class Simplexcel.Cell

Afficher le fichier Open project: mstum/Simplexcel

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Method Details

Cell() public méthode

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
Résultat System

Cell() public méthode

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
Résultat System