True DBGrid for WinForms
PointAt(Int32,Int32) メソッド

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス > PointAt メソッド : PointAt(Int32,Int32) メソッド
The x-coordinate.
The y-coordinate.
Returns one of the PointAtEnum constants, which indicates the kind of grid element beneath the specified coordinate.
シンタックス
'宣言
 
Public Overloads Function PointAt( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
) As PointAtEnum
public PointAtEnum PointAt( 
   System.int x,
   System.int y
)

パラメータ

x
The x-coordinate.
y
The y-coordinate.

戻り値の型

The PointAtEnum enumerations under the given coordinate.
参照

C1TrueDBGrid クラス
C1TrueDBGrid メンバ
オーバーロード一覧