TTMSFNCDataGridRenderer.SetGrid Method
Assigns a nested renderer grid to the given cell, replacing any existing grid, and returns it.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRenderer
Overloads
Overload 1
Assigns a nested renderer grid to the given cell, replacing any existing grid, and returns it.
function SetGrid(ACell: TTMSFNCDataGridCellCoord): TTMSFNCDataGridRenderer; overload;
Parameters
| Name | Description |
|---|---|
ACell |
Cell coordinate that will host the nested renderer. |
Returns
The nested renderer assigned to the cell.
Overload 2
Assigns a nested renderer grid to the cell at (
AColumn,ARow) and returns it.
function SetGrid(AColumn, ARow: Integer): TTMSFNCDataGridRenderer; overload;
Parameters
| Name | Description |
|---|---|
AColumn |
Zero-based column index of the host cell. |
ARow |
Zero-based row index of the host cell. |
Returns
The nested renderer assigned to the cell.