Skip to main content
A newer version of this page is available. .

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

Initializes a new instance of the ASPxClientSpreadsheetCellCancelEditEventArgs class with specified settings.

Declaration

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

Parameters

Name Type
columnIndex number
rowIndex number
formula string
value string
displayText string
sheetName string
See Also