Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CheckBoxCellType Class / CheckBoxCellType Constructor / CheckBoxCellType Constructor(CheckBoxCellType)
Specified check box cell type from which to copy


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

    Parameters

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