Class ExcelExternalDdeValueCollection
A collection of ExcelExternalDdeValue
Implements
System.Collections.Generic.IEnumerable<ExcelExternalDdeValue>
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.ExternalReferences
Assembly: EPPlus.dll
Syntax
public class ExcelExternalDdeValueCollection : EPPlusReadOnlyList<ExcelExternalDdeValue>, IEnumerable<ExcelExternalDdeValue>, IEnumerable
Properties
Columns
The number of columns returned by the server for this dde item.
Declaration
public int Columns { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Rows
The number of rows returned by the server for this dde item.
Declaration
public int Rows { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable