[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.DateTimeCellType.-ctor

DateTimeCellType Constructor

DateTimeCellType()

Creates a new date-time cell with default settings.

Declaration
public DateTimeCellType()
Public Sub New()

DateTimeCellType(DateTimeCellType)

Creates a new copy from the specified cell type ("Copy constructor").

Declaration
public DateTimeCellType(DateTimeCellType g)
Public Sub New(g As DateTimeCellType)
Parameters
Type Name Description
DateTimeCellType g

Specified date-time cell type from which to copy

DateTimeCellType(SerializationInfo, StreamingContext)

Creates a new date-time cell from serialization.

Declaration
protected DateTimeCellType(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context