Class Qww.PivotTable.Row
Represents 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.Row instance.
|
| Field Attributes | Field Name and Description |
|---|---|
|
Array of Qww.PivotTable.Cell objects for the row.
|
|
|
Record number for the row.
|
| Method Attributes | Method Name and Description |
|---|---|
|
Returns a summary string of the row.
|
Field Detail
{Qww.PivotTable.Cell[]}
Cells
Array of Qww.PivotTable.Cell objects for the row.
{Int}
RecordNumber
Record number for the row.
Method Detail
GetSummary()
Returns a summary string of the row.
