ISortSettings.Add

Syntax

Add(Column: IGridViewColumn): ISortSetting;

Parameters

Column. The table column, for which one should create sorting settings.

Description

The Add method creates sorting settings for the specified table column.

Example

The property use is given in the example for IDataGridView.DataSet.

See also:

ISortSettings