指定されたマウス位置のセル位置を取得します。
シンタックス
'宣言
Public Sub GetCellLocation( _
ByVal As System.Windows.Point, _
ByRef As System.Integer, _
ByRef column As System.Integer _
)
public void GetCellLocation(
System.Windows.Point ,
out System.int ,
out System.int column
)
パラメータ
- position
- row
- column
参照