Skip to main content
All docs
V25.1
  • Row

    OleObjectType.Implicit(String to OleObjectType) Operator

    Implicitly converts an OLE object type’s string ID to an OleObjectType instance.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public static implicit operator OleObjectType(string s)

    Parameters

    Name Type Description
    s String

    A string ID value to convert.

    Returns

    Type Description
    OleObjectType

    The result of conversion.

    See Also