Gets or sets the Workbook displayed in the view.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Workbook Workbook { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Workbook As Workbook |
An instance of the Workbook class. The default is null (Nothing in Visual Basic).
See Also