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
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based index of the OLE object in the collection. |
See Also