Assembly: ExtCtrls;
The IDataGridBands interface contains properties and methods that are used to work with the bands collection of the DataGrid component.
Property name | Brief description | |
Count | The Count property returns the number of bands in the collection. | |
Item | The Item property returns band parameters. |
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: