Class Index

Classes


Class $.wijmo.wijspread.Events

Class Summary
Constructor Attributes Constructor Name and Description
 
Defines the events supported in SpreadJS.
Event Summary
Event Attributes Event Name and Description
 
Occurs when the user has changed the active sheet.
 
Occurs when the user changes the active sheet.
 
Occurs when a change is made to a cell or range of cells in this sheet that may require the cell or range of cells to be repainted.
 
Occurs when the user presses down the left mouse button in a cell.
 
Occurs when the user presses down the left mouse button twice (double-clicks) in a cell.
 
Occurs when a Clipboard change occurs that affects GcSpreadSheet.
 
Occurs when the Clipboard is changing due to a GcSpreadSheet action.
 
Occurs when the user pastes from the Clipboard.
 
Occurs when the user pastes from the Clipboard.
 
Occurs when a change is made to a column or range of columns in this sheet that may require the column or range of columns to be repainted.
 
Occurs when the column width has changed.
 
Occurs when the column width is changing.
 
Occurs when the user drags and drops a range of cells.
 
Occurs at the completion of the user dragging and dropping a range of cells.
 
Occurs when the user drags to fill a range of cells.
 
Occurs at the completion of the user dragging to fill a range of cells.
 
Occurs when a cell is in edit mode and the text is changed.
 
Occurs when a cell leaves edit mode.
 
Occurs when a cell is going in to edit mode.
 
Occurs when the user enters a cell.
 
Occurs when an invalid operation is performed.
 
Occurs when the user leaves a cell.
 
Occurs when the left column changes.
 
Occurs when the cell range is changed.
 
Occurs when a column has just been automatically sorted.
 
Occurs when a column is about to be automatically filtered.
 
Occurs when the user has changed the state of outline (range group) rows or columns.
 
Occurs before the user changes the state of outline (range group) rows or columns.
 
Occurs when a column has just been automatically sorted.
 
Occurs when a column is about to be automatically sorted.
 
Occurs when a change is made to a row or range of rows in this sheet that may require the row or range of rows to be repainted.
 
Occurs when the row height has changed.
 
Occurs when the row height is changing.
 
Occurs when the selection of cells on the sheet has changed.
 
Occurs when the selection of cells on the sheet is changing.
 
Occurs when the user clicks the sheet tab.
 
Occurs when the user double-clicks the sheet tab.
 
Occurs when the sparkline has changed.
 
Occurs when the top row changes.
 
Occurs when the user types a formula.
 
Occurs when the user zooms.
 
Occurs when the applied cell value is invalid.
 
Occurs when the value in the subeditor changes.
Class Detail
$.wijmo.wijspread.Events()
Defines the events supported in SpreadJS.
Event Detail
ActiveSheetChanged()
Occurs when the user has changed the active sheet.

ActiveSheetChanging()
Occurs when the user changes the active sheet.

CellChanged()
Occurs when a change is made to a cell or range of cells in this sheet that may require the cell or range of cells to be repainted.

CellClick()
Occurs when the user presses down the left mouse button in a cell.

CellDoubleClick()
Occurs when the user presses down the left mouse button twice (double-clicks) in a cell.

ClipboardChanged()
Occurs when a Clipboard change occurs that affects GcSpreadSheet.

ClipboardChanging()
Occurs when the Clipboard is changing due to a GcSpreadSheet action.

ClipboardPasted()
Occurs when the user pastes from the Clipboard.

ClipboardPasting()
Occurs when the user pastes from the Clipboard.

ColumnChanged()
Occurs when a change is made to a column or range of columns in this sheet that may require the column or range of columns to be repainted.

ColumnWidthChanged()
Occurs when the column width has changed.

ColumnWidthChanging()
Occurs when the column width is changing.

DragDropBlock()
Occurs when the user drags and drops a range of cells.

DragDropBlockCompleted()
Occurs at the completion of the user dragging and dropping a range of cells.

DragFillBlock()
Occurs when the user drags to fill a range of cells.

DragFillBlockCompleted()
Occurs at the completion of the user dragging to fill a range of cells.

EditChange()
Occurs when a cell is in edit mode and the text is changed.

EditEnd()
Occurs when a cell leaves edit mode.

EditStarting()
Occurs when a cell is going in to edit mode.

EnterCell()
Occurs when the user enters a cell.

InvalidOperation()
Occurs when an invalid operation is performed.

LeaveCell()
Occurs when the user leaves a cell.

LeftColumnChanged()
Occurs when the left column changes.

RangeChanged()
Occurs when the cell range is changed..

RangeFiltered()
Occurs when a column has just been automatically sorted.

RangeFiltering()
Occurs when a column is about to be automatically filtered.

RangeGroupStateChanged()
Occurs when the user has changed the state of outline (range group) rows or columns.

RangeGroupStateChanging()
Occurs before the user changes the state of outline (range group) rows or columns.

RangeSorted()
Occurs when a column has just been automatically sorted.

RangeSorting()
Occurs when a column is about to be automatically sorted.

RowChanged()
Occurs when a change is made to a row or range of rows in this sheet that may require the row or range of rows to be repainted.

RowHeightChanged()
Occurs when the row height has changed.

RowHeightChanging()
Occurs when the row height is changing.

SelectionChanged()
Occurs when the selection of cells on the sheet has changed.

SelectionChanging()
Occurs when the selection of cells on the sheet is changing.

SheetTabClick()
Occurs when the user clicks the sheet tab.

SheetTabDoubleClick()
Occurs when the user double-clicks the sheet tab.

SparklineChanged()
Occurs when the sparkline has changed.

TopRowChanged()
Occurs when the top row changes.

UserFormulaEntered()
Occurs when the user types a formula.

UserZooming()
Occurs when the user zooms.

ValidationError()
Occurs when the applied cell value is invalid.

ValueChanged()
Occurs when the value in the subeditor changes..

©2013. ComponentOne, a division of GrapeCity. All Rights Reserved.