Class Index | File Index

Classes


Class Qww.PivotTable.Cell

Represents a cell within a row of data in the pivot table.

Defined in: <JavaScript\QWW\QwwJs_PivotTableMgr.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new Qww.PivotTable.Cell instance.
Field Summary
Field Attributes Field Name and Description
 
Returns whether the row is a header row.
 
Text value of the cell.
 
Valoe of cell.
Class Detail
Qww.PivotTable.Cell()
Constructs a new Qww.PivotTable.Cell instance.
Field Detail
{Bool} IsHeader
Returns whether the row is a header row.

{String} Text
Text value of the cell.

Value
Valoe of cell.