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


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

Parameters

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