v4.2
セルが選択済みかどうかテストします。Grid がヘッダ選択モードにある場合は、代わりに GridWidget.IsRowSelected または GridWidget.IsColumnSelected を使用します(選択モードの設定については siGridSelectionMode を参照)。
Boolean GridWidget.IsCellSelected( Int32 in_Column, Int32 in_Row ); |
oBoolean = GridWidget.IsCellSelected( ColumnIndex, RowIndex ); |
パラメータ | タイプ | 説明 |
---|---|---|
ColumnIndex | Long または String | 列のインデックス。一番左の列のインデックスが 0 になります。 |
RowIndex | LongまたはString | 行のインデックス。一番上の行のインデックスが0 になります。 |