Class Index | File Index

Classes


Class Qww.PivotTable.Row

Represents 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.Row instance.
Field Summary
Field Attributes Field Name and Description
 
Array of Qww.PivotTable.Cell objects for the row.
 
Record number for the row.
Method Summary
Method Attributes Method Name and Description
 
Returns a summary string of the row.
Class Detail
Qww.PivotTable.Row()
Constructs a new Qww.PivotTable.Row instance.
Field Detail
Array of Qww.PivotTable.Cell objects for the row.

{Int} RecordNumber
Record number for the row.
See:
Qww.Table.Mgr#SelectSingleRecord
Method Detail
GetSummary()
Returns a summary string of the row.