Item Property (String)

Office Open XML

Returns the worksheet matching the specified name

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

Syntax

C#
public ExcelWorksheet this[
	string Name
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	Name As String _
) As ExcelWorksheet
Visual C++
public:
property ExcelWorksheet^ default[String^ Name] {
	ExcelWorksheet^ get (String^ Name);
}

Parameters

Name
Type: System..::.String
The name of the worksheet

Return Value

See Also