[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.DateTimeEditorValue

DateTimeEditorValue Enum

Specifies what is written out to the data model for a date-time cell.

Namespace: FarPoint.Win.Spread.CellType
Assembly: FarPoint.Win.Spread.dll
Syntax
public enum DateTimeEditorValue
Public Enum DateTimeEditorValue

Fields

Name Description
DateSerial

[2] Writes the serial value (double-precision, floating-point) of the cell date to the model

DateTime

[1] Writes the DateTime object of the cell to the model

String

[0] Writes the text value of the cell to the model