Spread WinForms 15
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)

Parameters

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