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
NuGet Package: DevExpress.Docs.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| collection | IEnumerable<Int32> | A sequence of subtotal point indexes to copy to the collection. |
See Also