Property | Type | Description |
---|
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.
|
public Cell ( CellType type, object value, string format ) : System | ||
type | CellType | |
value | object | |
format | string | |
return | System |