Table of Contents

TTMSFNCDataGridColumns.Insert Method

Inserts a new column at the given zero-based Index and returns it.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridColumns

Syntax

function Insert(Index: integer): TTMSFNCDataGridColumn;

Parameters

Name Description
Index Zero-based collection index where the column is inserted.

Returns

The newly inserted column item.