Skip to main content
All docs
V25.1
  • Row

    OleObjectRepresentationType Enum

    Lists 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

    public enum OleObjectRepresentationType

    Members

    Name Description
    Content

    A content preview image is used.

    Icon

    A representative icon is used.

    Related API Members

    The following properties accept/return OleObjectRepresentationType values:

    Remarks

    For more information on how to work with OLE objects within a worksheet, refer to the following help topic: Work with OLE Objects.

    See Also