[]
Gets a value that determines if a cell is a column header with selection in this column.
public virtual bool IsCellSelectedColumnHeader(int row, int col)
Type | Name | Description |
---|---|---|
int | row | Row index. |
int | col | Column index. |
Type | Description |
---|---|
bool | True if the cell is a column header with selection in this column, false otherwise. |