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
get
column():Column
<any
>
Corresponding column.
Returns
Column
<any
>
Source
dataFrame
get
dataFrame():DataFrame
Corresponding table.
Returns
Source
row
get
row():Row
Corresponding row.
Returns
Source
rowIndex
get
rowIndex():number
Index of the corresponding row.
Returns
number
Source
value
get
value():any
Cell value.
set
value(x
):void
Parameters
Parameter | Type |
---|---|
x | any |
Returns
any
Source
valueString
get
valueString():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