ComponentOne FlexGrid for WinForms
IsCellSelectedRowHeader Method (C1FlexGridBase)

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : IsCellSelectedRowHeader Method
Row index.
Column index.
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

Reference

C1FlexGridBase Class
C1FlexGridBase Members