IDataGridBands

Assembly: ExtCtrls;

Description

The IDataGridBands interface contains properties and methods that are used to work with the bands collection of the DataGrid component.

Properties

  Property name Brief description
Count The Count property returns the number of bands in the collection.
Item The Item property returns band parameters.

Methods

  Method name Brief description
Add The Add method adds a new band.
Clear The Clear method deletes all bands of the DataGrid component.
Delete The Delete method deletes the band.

See also:

ExtCtrls Assembly Interfaces