Gets an object that can be used to create and manage the worksheets in this workbook.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public WorksheetCollection Worksheets { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Worksheets As WorksheetCollection |
An instance of the WorksheetCollection class.
See Also