







The collection of worksheets for the workbook
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public class ExcelWorksheets : XmlHelper, IEnumerable<ExcelWorksheet>, IEnumerable |
Visual Basic (Declaration) |
---|
Public Class ExcelWorksheets _ Inherits XmlHelper _ Implements IEnumerable(Of ExcelWorksheet), IEnumerable |
Visual C++ |
---|
public ref class ExcelWorksheets : public XmlHelper, IEnumerable<ExcelWorksheet^>, IEnumerable |