constructor(p: GridPanel, rng: CellRange, data?: any): CellRangeEventArgs
CellRangeEventArgsクラスの新しいインスタンスを初期化します。
GridPanel that contains the range.
Range of cells affected by the event.
Data related to the event.
getColumn(binding?: boolean): Column
Whether to get the column by index or by binding. This parameter only makes a difference in grids that have multiple rows per data item (like the MultiRow grid).
cellEditEndingイベントの引数を提供します。