Table of Contents

Class ExcelExternalDdeItem

Namespace
OfficeOpenXml.ExternalReferences
Assembly
EPPlus.dll

Represents a DDE link. This class is read-only.

public class ExcelExternalDdeItem
Inheritance
ExcelExternalDdeItem
Inherited Members

Constructors

ExcelExternalDdeItem()

public ExcelExternalDdeItem()

Properties

Advise

If the linked object should notify the application when the external data changes.

public bool Advise { get; }

Property Value

bool

Name

The name of the DDE link item

public string Name { get; }

Property Value

string

Ole

If this is item uses an ole technology.

public bool Ole { get; }

Property Value

bool

PreferPicture

If the linked object is represented by an image.

public bool PreferPicture { get; }

Property Value

bool

Values

A collection of DDE values

public ExcelExternalDdeValueCollection Values { get; }

Property Value

ExcelExternalDdeValueCollection