Skip to main content
All docs
V25.1
  • Row

    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

    public static OleObjectType FromCustomOleObjectTypeId(
        string oleObjectTypeId
    )

    Parameters

    Name Type Description
    oleObjectTypeId String

    A custom OLE object type ID.

    Returns

    Type Description
    OleObjectType

    The custom OLE object content type.

    See Also