OleObjectCollection.GetOleObjectsByName(String) Method
Returns OLE objects with the given name.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| oleObjectName | String | The OLE object name. |
Returns
| Type | Description |
|---|---|
| IList<OleObject> | A list of OLE objects with the given name. |
See Also