Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / MultiColumnComboBoxCellType Constructor / MultiColumnComboBoxCellType Constructor(MultiColumnComboBoxCellType)
Specified multiple-column combo box cell type from which to copy


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

    Parameters

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