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