CellGotFocus, CellLostFocus イベント
◆機能
セルがフォーカスを得た場合(
CellGotFocus
)、
および、失った場合(
CellLostFocus
)に発生します。
LegacyCellFocusEvent
プロパティも参照してください。
◆構文
Sub
Ctlname
_
CellGotFocus
(
row
As Integer,
col
As Integer)
Sub
Ctlname
_
CellLostFocus
(
row
As Integer,
col
As Integer)
◆設定値
引数
内容
row
フォーカスを得た/失ったセルの行を示します
col
フォーカスを得た/失ったセルの列を示します