ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBGrid.PointAt Method

Overload List

Returns one of the PointAtEnum constants, which indicates the kind of grid element beneath the specified coordinate.

[Visual Basic] Overloads Public Function PointAt(Integer, Integer) As PointAtEnum

[C#] public PointAtEnum PointAt(int, int);

[Delphi] public  function PointAt(Int32; Int32) : PointAtEnum; overload;

Returns one of the PointAtEnum enumerations, which indicates the kind of grid element beneath the specified coordinate.

[Visual Basic] Overloads Public Function PointAt(Point) As PointAtEnum

[C#] public PointAtEnum PointAt(Point);

[Delphi] public  function PointAt(Point) : PointAtEnum; overload;

See Also

C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.