Search
Workbook.Worksheets Property
See Also
 






Gets an object that can be used to create and manage the worksheets in this workbook.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public WorksheetCollection Worksheets { get; }

Visual Basic  Copy Code

Public ReadOnly Property Worksheets As WorksheetCollection

 Property Value

An instance of the WorksheetCollection class.

 See Also