Skip to main content
All docs
V26.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.v26.1.Core.dll

    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