DataGrid for WPF/Silverlight
GetCellFromPoint メソッド (C1DataGrid)

C1.WPF.DataGrid.4.5.2 アセンブリ > C1.WPF.DataGrid 名前空間 > C1DataGrid クラス : GetCellFromPoint メソッド
ヒットテストが行われる座標系内の点。
画面の特定のポイントから、対応するセルを取得します。
シンタックス
'宣言
 
Public Function GetCellFromPoint( _
   ByVal point As System.Windows.Point _
) As DataGridCell
public DataGridCell GetCellFromPoint( 
   System.Windows.Point point
)

パラメータ

point
ヒットテストが行われる座標系内の点。

戻り値の型

画面のそのポイントにあるセル
参照

C1DataGrid クラス
C1DataGrid メンバ