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

In This Topic
    IsCellHighlighted Method (C1FlexGridBase)
    In This Topic
    Gets a value that determines if a cell is part of the selection and should be highlighted.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsCellHighlighted( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As Boolean
    public virtual bool IsCellHighlighted( 
       int row,
       int col
    )

    Parameters

    row
    Row index.
    col
    Column index.

    Return Value

    True if the cell should be highlighted, false otherwise.
    See Also