Worksheets Property

Office Open XML

Provides access to all the worksheets in the workbook.

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public ExcelWorksheets Worksheets { get; }
Visual Basic (Declaration)
Public ReadOnly Property Worksheets As ExcelWorksheets
Visual C++
public:
property ExcelWorksheets^ Worksheets {
	ExcelWorksheets^ get ();
}

See Also