Skip to main content
All docs
V25.1
  • XRCrossTabCellCollection.AddRange(XRTableCell[]) Method

    Appends an array of Cross Tab cells to the collection.

    Namespace: DevExpress.XtraReports.UI.CrossTab

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public void AddRange(
        XRTableCell[] cells
    )

    Parameters

    Name Type Description
    cells XRTableCell[]

    An array of cells to append to the collection.

    Remarks

    Objects are added to the end of the collection in the same order that they have in the array.

    See Also