Show / Hide Table of Contents

Enum eDdeValueType

The type of DDE value.

Namespace: OfficeOpenXml.ExternalReferences
Assembly: EPPlus.dll
Syntax
public enum eDdeValueType

Fields

Name Description
Boolean

The value is a boolean.

Error

The value is an error.

Nil

The value is nil.

Number

The value is a real number.

String

The value is a string.

Back to top Generated by DocFX