Skip to main content
A newer version of this page is available. .

MultiEditorRowPropertiesCollection.Insert(Int32, MultiEditorRowProperties) Method

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

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public void Insert(
    int index,
    MultiEditorRowProperties rowProperties
)

Parameters

Name Type Description
index Int32

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

rowProperties MultiEditorRowProperties

A MultiEditorRowProperties object representing the row item to be inserted.

See Also