Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / DateTimeCellType Constructor / DateTimeCellType Constructor(DateTimeCellType)
Specified date-time cell type from which to copy


In This Topic
DateTimeCellType Constructor(DateTimeCellType)
In This Topic
Creates a new copy from the specified cell type ("Copy constructor").
Syntax
'Declaration
 
Public Function New( _
   ByVal g As DateTimeCellType _
)
 
'Usage
 
Dim g As DateTimeCellType
 
Dim instance As New DateTimeCellType(g)

Parameters

g
Specified date-time cell type from which to copy
See Also