Represents a control that can display individual Worksheet objects.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public class WorksheetView : UserControl, INotifyPropertyChanged |
Visual Basic
Copy Code
|
|---|
Public Class WorksheetView |
RemarksThe WorksheetView control can display Worksheet objects. To display Workbook objects, use the WorkbookView control.
Inheritance HierarchySystem.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