Skip to main content
All docs
V26.1
  • SubtotalDataPointCollection Class

    Stores indexes of data points used as subtotal points.

    Namespace: DevExpress.Docs.Office

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

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public class SubtotalDataPointCollection :
        OfficeCollectionBase<int>,
        IList<int>,
        ICollection<int>,
        IEnumerable<int>,
        IEnumerable

    The following members return SubtotalDataPointCollection objects:

    Inheritance

    Object
    DevExpress.Docs.Office.Internal.OfficeCollectionBase<Int32>
    SubtotalDataPointCollection
    See Also