TTMSFNCDataGridRenderer.CFGetCellValue Method
Returns the value of the specified cell for conditional-formatting evaluation.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Syntax
function CFGetCellValue(AColumn, ARow: Integer): TTMSFNCDataGridCellValue;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index. |
ARow |
Zero-based row index. |
Returns
The cell value.