Skip to main content
All docs
V25.1
  • Row

    DynamicArrayFormulaCollection.RemoveAt(Int32) Method

    Removes the element at the specified index in the collection.

    Namespace: DevExpress.Spreadsheet

    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 integer that is the index of the object to remove. If it’s negative or exceeds the number of elements, an exception is raised.

    See Also