IDataGridBands.Add

Syntax

Add(Title: String): IDataGridBand;

Parameters

Title - header of a band being created.

Description

The Add method adds a new band, which header is passed as the Title input parameter.

See also:

IDataGridBands