Skip to main content
All docs
V25.1
  • SubtotalDataPointCollection.RemoveAt(Int32) Method

    Removes a ‘total’ data point with the specified index from the collection.

    Namespace: DevExpress.Spreadsheet.Charts

    Assembly: DevExpress.Spreadsheet.v25.1.Core.dll

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    void RemoveAt(
        int index
    )

    Parameters

    Name Type Description
    index Int32

    A zero-based index of the ‘total’ data point to remove.

    Exceptions

    Type Description
    ArgumentOutOfRangeException

    Occurs when the index value is out of range. It must be non-negative and less than the number of elements in the collection.

    See Also