Skip to content

38e00020 a066 f635 91a9 9b2d96b216f1

Fernando Garcia edited this page May 8, 2018 · 1 revision

KnownDataType Enumeration

Additional header content

Specifies content data type.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public enum KnownDataType

VB

Public Enumeration KnownDataType

Members

 

Member name Value Description
Numeric 0 Numeric data type, please see NumericDataTypeModel for more information.
Text 1 Text data type, please see TextDataTypeModel for more information.
Percentage 2 Text data type, please see PercentageDataTypeModel for more information.
Scientific 3 Scientific data type, please see ScientificDataTypeModel for more information.
Currency 4 Currency data type, please see CurrencyDataTypeModel for more information.
Datetime 5 Date time data type, please see DatetimeDataTypeModel for more information.
Special 6 Special data type, please see SpecialDataTypeModel for more information.

Remarks

[Missing documentation for "T:iTin.Export.Model.KnownDataType"]

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally