ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / CellContaining Method

In This Topic
    CellContaining Method (C1Combo)
    In This Topic
    Returns the cell position for a set of coordinates.
    Syntax
    'Declaration
     
    
    Public Function CellContaining( _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByRef rowAt As Integer, _
       ByRef colAt As Integer _
    ) As Boolean
    public bool CellContaining( 
       int x,
       int y,
       out int rowAt,
       out int colAt
    )

    Parameters

    x
    y
    rowAt
    colAt
    See Also