Class Qww.PivotTable.Cell
Represents a cell within a row of data in the pivot table.
Defined in: <JavaScript\QWW\QwwJs_PivotTableMgr.js>.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Constructs a new Qww.PivotTable.Cell instance.
|
| Field Attributes | Field Name and Description |
|---|---|
|
Returns whether the row is a header row.
|
|
|
Text value of the cell.
|
|
|
Valoe of cell.
|
Field Detail
{Bool}
IsHeader
Returns whether the row is a header row.
{String}
Text
Text value of the cell.
Value
Valoe of cell.
