Class ExcelExternalDdeValueCollection
- Namespace
- OfficeOpenXml.ExternalReferences
- Assembly
- EPPlus.dll
A collection of ExcelExternalDdeValue
public class ExcelExternalDdeValueCollection : EPPlusReadOnlyList<ExcelExternalDdeValue>, IEnumerable<ExcelExternalDdeValue>, IEnumerable
- Inheritance
-
ExcelExternalDdeValueCollection
- Implements
- Inherited Members
Constructors
ExcelExternalDdeValueCollection()
public ExcelExternalDdeValueCollection()
Properties
Columns
The number of columns returned by the server for this dde item.
public int Columns { get; set; }
Property Value
Rows
The number of rows returned by the server for this dde item.
public int Rows { get; set; }