Search
WorksheetView Class
Remarks See Also
 






Represents a control that can display individual Worksheet objects.

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

 Syntax

C#  Copy Code

public class WorksheetView : UserControl, INotifyPropertyChanged

Visual Basic  Copy Code

Public Class WorksheetView
    Inherits UserControl
    Implements INotifyPropertyChanged

 Remarks

The WorksheetView control can display Worksheet objects. To display Workbook objects, use the WorkbookView control.

 Inheritance Hierarchy

System.Object
    System.MarshalByRefObject
        System.ComponentModel.Component
            System.Windows.Forms.Control
                System.Windows.Forms.ScrollableControl
                    System.Windows.Forms.ContainerControl
                        System.Windows.Forms.UserControl
                            MindFusion.Spreadsheet.WorksheetView

 See Also