ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / IsCellSelectedRowHeader Method
Row index.
Column index.

In This Topic
    IsCellSelectedRowHeader Method (C1FlexPivotGrid)
    In This Topic
    Gets a value that determines if a cell is a row header with selection in this row.
    Syntax
    'Declaration
     
    Public Overridable Function IsCellSelectedRowHeader( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As Boolean
    public virtual bool IsCellSelectedRowHeader( 
       int row,
       int col
    )

    Parameters

    row
    Row index.
    col
    Column index.

    Return Value

    True if the cell is a row header with selection in this row, false otherwise.
    See Also