'宣言 Public Function GetCellFromPoint( _ ByVal point As System.Windows.Point _ ) As DataGridCell
public DataGridCell GetCellFromPoint( System.Windows.Point point )
パラメータ
- point
- ヒットテストが行われる座標系内の点。
戻り値の型
画面のそのポイントにあるセル
'宣言 Public Function GetCellFromPoint( _ ByVal point As System.Windows.Point _ ) As DataGridCell
public DataGridCell GetCellFromPoint( System.Windows.Point point )