Click or drag to resize

SpreadColumnDeserializedDataType Property

Designates the data type that was used to deserialize the data. This does not tell you how to interpret the data. For instance, double can also interpreted as DateTime, Time, etc.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public DeserializedDataType DeserializedDataType { get; set; }

Property Value

DeserializedDataType
See Also