Table of Contents

Enum "Edit in Excel Edm Type"

ID 1490
Namespace: System.Integration.Excel

This enum specifies the OData Edm type of the fields added to excel. These should generally reflect those in the $metadata document.

Properties

Name Value
Access Public
Extensible False

Values

Name Description
"Edm.String"
"Edm.Int32"
"Edm.Int64"
"Edm.Decimal"
"Edm.DateTimeOffset"
"Edm.Boolean"

See also