Search
WorkbookView.Workbook Property
See Also
 






Gets or sets the Workbook displayed in the view.

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

 Syntax

C#  Copy Code

public Workbook Workbook { get; set; }

Visual Basic  Copy Code

Public Property Workbook As Workbook

 Property Value

An instance of the Workbook class. The default is null (Nothing in Visual Basic).

 See Also