Table of Contents

TTMSFNCDataGrid.RemoveGrid Method

Removes the nested sub-grid renderer from the specified cell, reverting it to a plain cell.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGrid Inherited from: TTMSFNCCustomDataGrid

Overloads

Overload 1

Removes the nested sub-grid renderer from the specified cell, reverting it to a plain cell.

procedure RemoveGrid(ACell: TTMSFNCDataGridCellCoord); overload;

Parameters

Name Description
ACell Cell coordinate from which to remove the sub-grid.

Overload 2

Removes the nested sub-grid renderer from the cell at the specified column and row.

procedure RemoveGrid(AColumn, ARow: Integer); overload;

Parameters

Name Description
AColumn Zero-based column index.
ARow Zero-based row index.