Property Getters/Setters Summary | ||
---|---|---|
function | getCount() | |
function | get(index) | |
Gets the Timeline by index.
|
||
function | get(name) | |
Gets the Timeline by Timeline's name.
|
Method Summary | ||
---|---|---|
function | add(pivot, row, column, baseField) | |
Add a new Timeline using PivotTable as data source
|
||
function | add(pivot, row, column, baseFieldIndex) | |
Add a new Timeline using PivotTable as data source
|
||
function | add(pivot, row, column, baseFieldName) | |
Add a new Timeline using PivotTable as data source
|
||
function | add(pivot, destCellName, baseField) | |
Add a new Timeline using PivotTable as data source
|
||
function | add(pivot, destCellName, baseFieldIndex) | |
Add a new Timeline using PivotTable as data source
|
||
function | add(pivot, destCellName, baseFieldName) | |
Add a new Timeline using PivotTable as data source
|
||
function | add(value) | |
Reserved for internal use. |
||
function | clear() | |
function | contains(value) | |
Reserved for internal use. |
||
function | get(index) | |
Reserved for internal use. |
||
function | indexOf(value) | |
Reserved for internal use. |
||
function | iterator() | |
function | removeAt(index) | |
function getCount()
function get(index)
function get(name)
function add(pivot, row, column, baseFieldName)
pivot: PivotTable
- PivotTable objectrow: Number
- Row index of the cell in the upper-left corner of the Timeline range.column: Number
- Column index of the cell in the upper-left corner of the Timeline range.baseFieldName: String
- The name of PivotField in PivotTable.BaseFieldsfunction add(pivot, destCellName, baseFieldName)
pivot: PivotTable
- PivotTable objectdestCellName: String
- The cell name in the upper-left corner of the Timeline range.baseFieldName: String
- The name of PivotField in PivotTable.BaseFieldsfunction add(pivot, row, column, baseFieldIndex)
pivot: PivotTable
- PivotTable objectrow: Number
- Row index of the cell in the upper-left corner of the Timeline range.column: Number
- Column index of the cell in the upper-left corner of the Timeline range.baseFieldIndex: Number
- The index of PivotField in PivotTable.BaseFieldsfunction add(pivot, destCellName, baseFieldIndex)
pivot: PivotTable
- PivotTable objectdestCellName: String
- The cell name in the upper-left corner of the Timeline range.baseFieldIndex: Number
- The index of PivotField in PivotTable.BaseFieldsfunction add(pivot, row, column, baseField)
pivot: PivotTable
- PivotTable objectrow: Number
- Row index of the cell in the upper-left corner of the Timeline range.column: Number
- Column index of the cell in the upper-left corner of the Timeline range.baseField: PivotField
- The PivotField in PivotTable.BaseFieldsfunction add(pivot, destCellName, baseField)
pivot: PivotTable
- PivotTable objectdestCellName: String
- The cell name in the upper-left corner of the Timeline range.baseField: PivotField
- The PivotField in PivotTable.BaseFieldsfunction clear()
function removeAt(index)
function iterator()
function get(index)
function contains(value)
function add(value)
function indexOf(value)