ComponentOne True DBGrid for WinForms
SplitContaining Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : SplitContaining Method
The x-coordinate.
The y-coordinate.
Returns the SplitIndex of the split containing the specified coordinate.
Syntax
'Declaration
 
Public Function SplitContaining( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
) As System.Integer
public System.int SplitContaining( 
   System.int x,
   System.int y
)

Parameters

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

Return Value

The SplitIndex beneath the specified coordinate pair.
See Also

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members