Determines if the specified cell is a visible fixed header cell in the grid.
Source position: grids.pas line 1364
public function TCustomGrid.IsFixedCellVisible( |
aCol: Integer; |
aRow: Integer |
):Boolean; |
aCol |
|
Column number for the cell. |
aRow |
|
Row number for the cell. |
True if the specified cell is both fixed and visible in the control.
| Version 4.6 | Generated 2026-02-20 | Home |