GridColumnCollection.AddRange(GridColumn[]) Method
In This Article
Adds an array of columns to the end of the collection.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public virtual void AddRange(
GridColumn[] columns
)
#Parameters
Name | Type | Description |
---|---|---|
columns | Grid |
An array of Grid |
#Remarks
Columns are added to the collection in the order specified by their positions within the array.
See Also