IDataGridColumns.Delete

Syntax

Delete(ColumnIndex: Integer);

Parameters

ColumnIndex. Index of the column to delete.

Description

The Delete method deletes the column, which index is passed using the ColumnIndex input parameter.

See also:

IDataGridColumns