Skip to main content
A newer version of this page is available.
All docs
V18.2

constructor(columnIndex, rowIndex, formula, value, sheetName) Constructor

Initializes a new instance of the ASPxClientSpreadsheetCellCancelEditEventArgs object. For internal use only.

Declaration

constructor(
    columnIndex: number,
    rowIndex: number,
    formula: string,
    value: string,
    sheetName: string
)

Parameters

Name Type Description
columnIndex number

Gets the active cell’s column index.

rowIndex number

Gets the active cell’s row index.

formula string

Gets the active cell’s formula.

value string

Gets the active cell’s current value.

sheetName string

Gets the current worksheet’s name.

See Also