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


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

    Parameters

    g
    Specified currency cell type from which to copy
    See Also