Skip to main content
All docs
V19.1

GanttColumnCollection.Insert(Int32, GanttColumn) Method

Adds the specified column to the specified position in the collection.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

public void Insert(
    int index,
    GanttColumn column
)

Parameters

Name Type Description
index Int32

The zero-based index at which the specified column should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.

column GanttColumn

The gantt column.

See Also