Skip to main content
All docs
V25.1
  • Row

    OleObject.RepresentationType Property

    Returns how the OLE object is depicted in the worksheet.

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    OleObjectRepresentationType RepresentationType { get; }

    Property Value

    Type Description
    OleObjectRepresentationType

    Specifies how the OLE object is depicted in the worksheet.

    Available values:

    Name Description
    Content

    A content preview image is used.

    Icon

    A representative icon is used.

    See Also