Search
InteractiveObject Class
See Also
 






Represents a worksheet object that can be modified interactively by the user.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public abstract class InteractiveObject : IDisposable

Visual Basic  Copy Code

Public MustInherit Class InteractiveObject
    Implements IDisposable

 Inheritance Hierarchy

System.Object
    MindFusion.Spreadsheet.InteractiveObject
        MindFusion.Spreadsheet.CellAnnotation
        MindFusion.Spreadsheet.Picture
        MindFusion.Spreadsheet.Charts.Chart

 See Also