Search results

PivotCellSelectedEventArgs API in JavaScript Pivot Table API control

The cell selected event arguments provide the necessary information about the pivot cells that have been selected.

Properties

cancel

boolean

Defines an option to restrict the cell selection operation.

cellIndex

IIndex

Defines the index of the current selected cell.

cellIndexes

ISelectedCell[]

Defines the indexes of the current selected/deselected cells.

cells

Element[]

Defines the currently selected/deselected cells.

currentCell

Element

Defines the element.

currentTarget

Element

Defines the cell element that is selected.

data

IAxisSet

Defines the current cell item.

isCellClick

boolean

Defines the whether the current cell is clicked of not.

isCtrlPressed

boolean

Defines whether the CTRL key is pressed or not.

isShiftPressed

boolean

Defines whether the SHIFT key is pressed or not.

pivotValues

IAxisSet[][]

Defines pivot table cell collections

previousRowCell

Element

Defines the previously selected cell element.

previousRowCellIndex

number

Defines the previously selected cell index.

selectedCellsInfo

CellSelectedObject[]

Defines the collection of selected cells item.

target

Element

Defines the cell element that is selected.