Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

VerticalGridRowCollection.Insert(Int32, IWebGridColumn) Method

Adds the specified row to the specified position within the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void Insert(
    int index,
    IWebGridColumn column
)

Parameters

Name Type Description
index Int32

An integer value that specifies the zero-based index at which the specified row should be inserted. If it’s negative or exceeds the number of elements, an exception is raised.

column IWebGridColumn

An IWebGridColumn supported object to insert.

See Also