CellRange イベントの引数を提供します。
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.
イベントをキャンセルするかどうかを示す値を取得または設定します。
このイベントの影響を受ける列インデックスを取得します。
Columnオブジェクトを取得するには、getColumnメソッドを使用します。
このイベントに関連するデータを取得または設定します。
このイベントの影響を受けたGridPanelを取得します。
このイベントの影響を受けたCellRangeを取得します。
このイベントの影響を受ける行インデックスを取得します。
Rowオブジェクトを取得するには、getRowメソッドを使用します。
getColumn(binding?: boolean): Column
このイベントの影響を受けたColumnを取得します。
列インデックスを取得するには、col プロパティを使用します。
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).
getRow(): Row
このイベントの影響を受けたRowを取得します。
行インデックスを取得するには、row プロパティを使用します。
イベントデータを持たないイベントで使用する値を提供します。
CellRange イベントの引数を提供します。