Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / FpSpread Constructor / FpSpread Constructor(LegacyBehaviors)
The LegacyBehaviors value that indicating which behaviors are backward-compatible.


In This Topic
    FpSpread Constructor(LegacyBehaviors)
    In This Topic
    Creates a new Spreadsheet component.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal legacyBehaviors As LegacyBehaviors _
    )
    'Usage
     
    
    Dim legacyBehaviors As LegacyBehaviors
     
    Dim instance As New FpSpread(legacyBehaviors)
    public FpSpread( 
       LegacyBehaviors legacyBehaviors
    )

    Parameters

    legacyBehaviors
    The LegacyBehaviors value that indicating which behaviors are backward-compatible.
    See Also