Skip to main content
All docs
V26.1
  • SubtotalDataPointCollection(IEnumerable<Int32>) Constructor

    Initializes a new instance of the SubtotalDataPointCollection class with specified settings.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public SubtotalDataPointCollection(
        IEnumerable<int> collection
    )

    Parameters

    Name Type
    collection IEnumerable<Int32>
    See Also