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
Name
The name of the DDE link item
public string Name { get; }
Property Value
Ole
If this is item uses an ole technology.
public bool Ole { get; }
Property Value
PreferPicture
If the linked object is represented by an image.
public bool PreferPicture { get; }
Property Value
Values
A collection of DDE values
public ExcelExternalDdeValueCollection Values { get; }