Skip to main content
All docs
V25.1
  • Row

    OleObjectType.Implicit(OleObjectType to String) Operator

    Implicitly converts a OleObjectType value to the corresponding type ID.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public static implicit operator string (OleObjectType s)

    Parameters

    Name Type Description
    s OleObjectType

    A OleObjectType value to be converted to a string.

    Returns

    Type Description
    String

    A String object that is the result of conversion.

    See Also