Cell
Represents a table cell.
Constructors
new Cell()
new Cell(
dart):Cell
Parameters
| Parameter | Type |
|---|---|
dart | any |
Returns
Source
Properties
| Property | Modifier | Type |
|---|---|---|
dart | public | any |
Accessors
column
getcolumn():Column<any,any>
Corresponding column.
Returns
Column<any, any>
Source
dataFrame
getdataFrame():DataFrame
Corresponding table.
Returns
Source
row
getrow():Row
Corresponding row.
Returns
Source
rowIndex
getrowIndex():number
Index of the corresponding row.
Returns
number
Source
value
getvalue():any
Cell value.
setvalue(x):void
Parameters
| Parameter | Type |
|---|---|
x | any |
Returns
any
Source
valueString
getvalueString():string
String representation of the value, if both [column] and [row] are defined; otherwise, empty string.
Returns
string
Source
Methods
isNone()
isNone():
boolean
Whether the cell is empty
Returns
boolean
Source
toString()
toString():
string
Returns
string