[]
        
(Showing Draft Content)

C1.GanttView.ColumnCollection.SetItem

SetItem Method

SetItem(int, BaseColumn)

Replaces the item at the specified index.

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