Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / FpSpread Constructor / FpSpread Constructor(LegacyBehaviors,Object)
The LegacyBehaviors value that indicating which behaviors are backward-compatible.


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

Parameters

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