Contents
- Index
- Previous
- Next
InsertRowEx method
Applies to
TProfGrid component
Declaration
function InsertRowEx(ACol, ARow: Integer; After: Boolean): Boolean;
Description
Inserts an embedded row starting from the specified column.
Use the ACol parameter to specify the starting visible column where an embedded row is to be inserted.
If the After parameter is True, a new row is inserted after the ARow, otherwise before the ARow.