[]
        
(Showing Draft Content)

C1.GanttView.ColumnCollection.InsertItem

InsertItem Method

InsertItem(int, BaseColumn)

Inserts an item at the specified index.

Declaration
protected override void InsertItem(int index, BaseColumn newItem)
Parameters
Type Name Description
int index
BaseColumn newItem
Overrides