FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid Class / IsCellCursor Method
Row index.
Column index.

In This Topic
    IsCellCursor Method (C1FlexGrid)
    In This Topic
    Gets a value that determines if a cell contains the grid cursor.
    Syntax
    'Declaration
     
    
    Public Overrides Function IsCellCursor( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As Boolean
    public override bool IsCellCursor( 
       int row,
       int col
    )

    Parameters

    row
    Row index.
    col
    Column index.

    Return Value

    True if the cell contains the cursor, false otherwise.
    See Also