True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / SplitContaining Method
The x-coordinate.
The y-coordinate.

In This Topic
    SplitContaining Method (C1TrueDBGrid)
    In This Topic
    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