Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / CellTypeDlgV3 Class / CellTypeDlgV3 Constructor / CellTypeDlgV3 Constructor(FpSpread)


In This Topic
    CellTypeDlgV3 Constructor(FpSpread)
    In This Topic
    Creates a new Cell Type dialog.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal spread As FpSpread _
    )
    'Usage
     
    
    Dim spread As FpSpread
     
    Dim instance As New CellTypeDlgV3(spread)
    public CellTypeDlgV3( 
       FpSpread spread
    )

    Parameters

    spread
    See Also