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

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

    Parameters

    row
    Row index.
    col
    Column index.

    Return Value

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