VerticalGridRowCollection.AddRange(VerticalGridRow[]) Method
Adds an array of VerticalGridRow objects to the current collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
rows | VerticalGridRow[] | An array that contains zero or more VerticalGridRow objects. |
Remarks
The AddRange method appends the specified objects to the collection.
See Also