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


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

    Parameters

    g
    Specified mask cell type from which to copy
    See Also