Represents a worksheet object that can be modified interactively by the user.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public abstract class InteractiveObject : DependencyObject, IDisposable, INotifyPropertyValueChanged |
Visual Basic
Copy Code
|
|---|
Public MustInherit Class InteractiveObject |
Inheritance HierarchySystem.Object![]()
System.Windows.Threading.DispatcherObject![]()
System.Windows.DependencyObject![]()
MindFusion.Spreadsheet.Wpf.InteractiveObject
MindFusion.Spreadsheet.Wpf.CellAnnotation
MindFusion.Spreadsheet.Wpf.Picture
MindFusion.Spreadsheet.Wpf.Charts.Chart
See Also