







Returns the worksheet at the specified position.
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public ExcelWorksheet this[ int PositionID ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ PositionID As Integer _ ) As ExcelWorksheet |
| Visual C++ |
|---|
public: property ExcelWorksheet^ default[int PositionID] { ExcelWorksheet^ get (int PositionID); } |
Parameters
- PositionID
- Type: System..::.Int32
The position of the worksheet. 1-base
