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


In This Topic
    EditBaseCellType Constructor(EditBaseCellType)
    In This Topic
    Copies properties from the specified EditBaseCellType ("copy constructor").
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal g As EditBaseCellType _
    )
    'Usage
     
    
    Dim g As EditBaseCellType
     
    Dim instance As New EditBaseCellType(g)
    public EditBaseCellType( 
       EditBaseCellType g
    )

    Parameters

    g
    Specified base cell type from which to copy
    See Also