Skip to main content
All docs
V25.1
  • constructor(columnIndex, rowIndex, formula, value, displayText, sheetName, editorText) Constructor

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

    Declaration

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

    Parameters

    Name Type Description
    columnIndex number

    The active cell’s column index.

    rowIndex number

    The active cell’s row index.

    formula string

    The active cell’s formula.

    value string

    The active cell’s current value.

    displayText string

    The text displayed in the active cell.

    sheetName string

    The current worksheet’s name.

    editorText string

    The text stored in the active cell’s editor.

    See Also