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