IDataGridBands.Add

Syntax

Add(Title: String): IDataGridBand;

Parameters

Title - the header of a container being created.

Description

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

See also:

IDataGridBands