Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / ComboBoxCellType Constructor / ComboBoxCellType Constructor(ComboBoxCellType)
Specified combo box cell type from which to copy


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

Parameters

g
Specified combo box cell type from which to copy
See Also