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


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

    Parameters

    g
    Specified button cell type from which to copy
    See Also