Table of Contents

TTMSFNCDataGrid.InsertColumns Method

Inserts ACount new empty columns before the specified column index.

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

Syntax

procedure InsertColumns(AColumn, ACount: Integer);

Parameters

Name Description
AColumn Zero-based index at which the first new column is inserted.
ACount Number of columns to insert.