Item Property (Int32)

Office Open XML

Indexer for the comments collection

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

Syntax

C#
public ExcelComment this[
	int Index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	Index As Integer _
) As ExcelComment
Visual C++
public:
property ExcelComment^ default[int Index] {
	ExcelComment^ get (int Index);
}

Parameters

Index
Type: System..::.Int32
The index

Return Value

The comment

See Also