GridWidget.IsCellSelected

導入

v4.2

詳細

セルが選択済みかどうかテストします。Grid がヘッダ選択モードにある場合は、代わりに GridWidget.IsRowSelected または GridWidget.IsColumnSelected を使用します(選択モードの設定については siGridSelectionMode を参照)。

C#構文

Boolean GridWidget.IsCellSelected( Int32 in_Column, Int32 in_Row );

スクリプト構文

oBoolean = GridWidget.IsCellSelected( ColumnIndex, RowIndex );

戻り値

Boolean

パラメータ

パラメータ タイプ 説明
ColumnIndex Long または String 列のインデックス。一番左の列のインデックスが 0 になります。
RowIndex LongまたはString 行のインデックス。一番上の行のインデックスが0 になります。

関連項目

GridWidget.IsRowSelected GridWidget.IsColumnSelected GridWidget.AddToSelection