Table of Contents

TTMSFNCCustomDataGrid.InsertRows Method

Inserts ACount new empty rows before the specified row index.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

procedure InsertRows(ARow, ACount: Integer); virtual;

Parameters

Name Description
ARow Zero-based index at which the first new row is inserted.
ACount Number of rows to insert.