Skip to main content
All docs
V25.1
  • Row

    OleObjectCollection.RemoveAt(Int32) Method

    Removes the OLE object with the specified index from 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 index of the OLE object in the collection.

    See Also