Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColorPickerCellType Class / ColorPickerCellType Constructor / ColorPickerCellType Constructor(ColorPickerCellType)
Specified color picker cell type from which to copy


In This Topic
    ColorPickerCellType Constructor(ColorPickerCellType)
    In This Topic
    Creates a new color picker cell by copying from the specified ColorPickerCellType ("copy constructor").
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal g As ColorPickerCellType _
    )
    'Usage
     
    
    Dim g As ColorPickerCellType
     
    Dim instance As New ColorPickerCellType(g)
    public ColorPickerCellType( 
       ColorPickerCellType g
    )

    Parameters

    g
    Specified color picker cell type from which to copy
    See Also