EPPlus 3.0 |
ExcelWorksheet..::.MergeCellsCollection<(Of <(T>)>)..::.Item Property |
ExcelWorksheet..::.MergeCellsCollection<(Of <(T>)>) Class See Also Send Feedback |
[Missing <summary> documentation for "P:OfficeOpenXml.ExcelWorksheet.MergeCellsCollection`1.Item(System.Int32)"]
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public T this[ int Index ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ Index As Integer _ ) As T |
Visual C++ |
---|
public: property T default[int Index] { T get (int Index); } |
Parameters
- Index
- Type: System..::.Int32