ASP.NET MVC コントロールヘルプ
RowColumnChangedEventArgs クラス
ファイル
wijmo.grid.sheet.js
モジュール
wijmo.grid.sheet
基本クラス
EventArgs
Show
   

行または列変更イベントの引数を提供します。

コンストラクタ

プロパティ

メソッド

イベント

コンストラクタ

constructor

constructor(index: number, count: number, added: boolean, isCol: boolean): RowColumnChangedEventArgs

RowColumnChangedEventArgsクラスの新しいインスタンスを初期化します。

パラメーター
戻り値
RowColumnChangedEventArgs

プロパティ

added

行または列を追加または削除するためのイベントであることを示す値を取得します。

boolean

count

追加または削除された行および列の数を取得します。 インスタンスの作成時に CellRange オブジェクトの配列が使用される場合、-1を返します。

number

index

追加または削除された行および列の数を取得します。 インスタンスの作成時に CellRange オブジェクトの配列が使用される場合、-1を返します。

number

ranges

変更された行または列を決定する CellRange インスタンスの配列を取得します。

CellRange[]

メソッド

constructor

constructor(ranges: CellRange[], added: boolean, isCol: boolean): RowColumnChangedEventArgs

RowColumnChangedEventArgsクラスの新しいインスタンスを初期化します。

パラメーター
  • ranges: CellRange[]

    An array of CellRange instances that determines the changed rows or columns.

  • added: boolean

    The value indicates the event is for adding ot removing rows or columns.

  • isCol: boolean

    Determines whether the changes are related to columns or rows.

戻り値
RowColumnChangedEventArgs

イベント

Static empty

イベントデータを持たないイベントで使用する値を提供します。

継承元
EventArgs
引数
EventArgs