[]
        
(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)
Protected Overrides Sub SetItem(index As Integer, newItem As BaseColumn)
Parameters
Type Name Description
int index
BaseColumn newItem
Overrides