Skip to main content

TdxGanttControlSheetColumns.Add(TdxGanttControlSheetColumnClass) Method

Appends a new column to the column collection.

Declaration

function Add(AClass: TdxGanttControlSheetColumnClass): TdxGanttControlSheetColumn;

Parameters

Name Type
AClass TdxGanttControlSheetColumnClass

Returns

Type
TdxGanttControlSheetColumn

Remarks

Call this function and pass a column class-reference as the AClass parameter to create a column in the Chart View Sheet or Resource Sheet View.

To insert a new column at a specific position in the collection, call the Insert function instead.

See Also