IDataGridColumns.Delete

Syntax

Delete(ColumnIndex: Integer);

Parameters

ColumnIndex - the index of a column, that needs to be removed.

Description

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

See also:

IDataGridColumns