ComponentOne True DBGrid for WinForms
ColContaining(Point) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class > ColContaining Method : ColContaining(Point) Method
The point.
Returns the column index for the column containing the specified point.
Syntax
'Declaration
 
Public Overloads Function ColContaining( _
   ByVal p As System.Drawing.Point _
) As System.Integer
public System.int ColContaining( 
   System.Drawing.Point p
)

Parameters

p
The point.

Return Value

The index of the column in the Split.DisplayColumns collection beneath the specified point.
See Also

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members
Overload List