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


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

    Parameters

    g
    Specified button cell type from which to copy
    See Also