Provides a fully functional spreadsheet control which supports rich functionality including familiar keyboard and mouse selections, in-cell editing, a FormulaBar control, goto, cut, copy, paste, clear, undo, redo, printing, interruptible background calculation, real time workbook updates, multiple workbooks, DisplayReference, WorkbookDesigner, WorkbookExplorer, RangeExplorer, ChartExplorer, ShapeExplorer and more.
Object Model
Syntax
'Declaration
<System.ComponentModel.DefaultEventAttribute("RangeSelectionChanged")>
<System.ComponentModel.DesignerAttribute("SpreadsheetGear.Design.WorkbookViewControlDesigner, SpreadsheetGear2023.Design")>
<System.Drawing.ToolboxBitmapAttribute(SpreadsheetGear.Windows.Forms.WorkbookView, "WorkbookView.ico")>
<System.ComponentModel.DefaultPropertyAttribute("Text")>
<System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")>
<System.ComponentModel.DesignerCategoryAttribute("Component")>
Public Class WorkbookView
Inherits System.Windows.Forms.Control
'Usage
Dim instance As WorkbookView
[System.ComponentModel.DefaultEvent("RangeSelectionChanged")]
[System.ComponentModel.Designer("SpreadsheetGear.Design.WorkbookViewControlDesigner, SpreadsheetGear2023.Design")]
[System.Drawing.ToolboxBitmap(SpreadsheetGear.Windows.Forms.WorkbookView, "WorkbookView.ico")]
[System.ComponentModel.DefaultProperty("Text")]
[System.ComponentModel.Design.Serialization.DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.ToolboxItemFilter("System.Windows.Forms")]
[System.ComponentModel.DesignerCategory("Component")]
public class WorkbookView : System.Windows.Forms.Control
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
SpreadsheetGear.Windows.Forms.WorkbookView
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also