Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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.
|
public Cell ( CellType cellType ) : System | ||
cellType | CellType | |
Результат | System |
public Cell ( CellType type, object value, string format ) : System | ||
type | CellType | |
value | object | |
format | string | |
Результат | System |