Gets the Workbook modified by this Command object.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
protected Workbook Workbook { get; } |
Visual Basic
Copy Code
|
|---|
Protected ReadOnly Property Workbook As Workbook |
An instance of the Workbook class.
See Also