Item Property

Office Open XML

[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

See Also