Back to Devexpress

OleObjectCollection.RemoveAt(Int32) Method

officefileapi-devexpress-dot-spreadsheet-dot-oleobjectcollection-dot-removeat-x28-system-dot-int32-x29.md

latest1.2 KB
Original Source

OleObjectCollection.RemoveAt(Int32) Method

Removes the OLE object with the specified index from the collection.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void RemoveAt(
    int index
)
vb
Sub RemoveAt(
    index As Integer
)

Parameters

NameTypeDescription
indexInt32

A zero-based index of the OLE object in the collection.

|

See Also

Work with OLE Objects

OleObjectCollection Interface

OleObjectCollection Members

DevExpress.Spreadsheet Namespace