Search
InteractiveObject Constructor
See Also
 






Initializes a new instance of the InteractiveObject class.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

protected InteractiveObject (
    Worksheet worksheet
)

Visual Basic  Copy Code

Protected New ( _
    worksheet As Worksheet _
)

 Parameters

worksheet

The Worksheet this object belongs to.

 See Also