VerticalGridRowCollection.AddRange(VerticalGridRow[]) Method
Adds an array of VerticalGridRow objects to the current collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
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