C# Class Simplexcel.Cell

显示文件 Open project: mstum/Simplexcel

Private Properties

Property Type Description

Public Methods

Method 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 method

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
return System

Cell() public method

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
return System