MultiEditorRowPropertiesCollection.Insert(Int32, MultiEditorRowProperties) Method
Adds the specified row item to the specified position within the collection.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v26.1.dll
Declaration
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