OleObjectCollection.Contains(OleObject) Method
Checks whether the collection contains the specified OLE object.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| oleObject | OleObject | The object to check. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the object is already in the collection; otherwise, false. |
See Also