TTMSFNCDataGridFixedRootCellList.GetItemForCell Method
Returns the cell object that matches the specified cell coordinate, or nil when the list does not contain it.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridFixedRootCellList
Inherited from: TTMSFNCDataGridCellList
Syntax
function GetItemForCell(ACell: TTMSFNCDataGridCellCoord): TTMSFNCDataGridCell;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate to look up. |
Returns
The matching cell object, or nil if no item matches.