Back to Devexpress

OleObjectType.FromCustomOleObjectTypeId(String) Method

officefileapi-devexpress-dot-spreadsheet-dot-oleobjecttype-dot-fromcustomoleobjecttypeid-x28-system-dot-string-x29.md

latest1.4 KB
Original Source

OleObjectType.FromCustomOleObjectTypeId(String) Method

Creates a custom OLE object content type with a custom ID.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public static OleObjectType FromCustomOleObjectTypeId(
    string oleObjectTypeId
)
vb
Public Shared Function FromCustomOleObjectTypeId(
    oleObjectTypeId As String
) As OleObjectType

Parameters

NameTypeDescription
oleObjectTypeIdString

A custom OLE object type ID.

|

Returns

TypeDescription
OleObjectType

The custom OLE object content type.

|

See Also

OleObjectType Struct

OleObjectType Members

DevExpress.Spreadsheet Namespace