OleObjectType.FromCustomOleObjectTypeId(String) Method
Creates a custom OLE object content type with a custom ID.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v25.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
oleObjectTypeId | String | A custom OLE object type ID. |
Returns
Type | Description |
---|---|
OleObjectType | The custom OLE object content type. |
See Also