Item Property

Office Open XML

Indexer

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

Syntax

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

Parameters

Index
Type: System..::.Int32
Index

Return Value

The VML Drawing Picture object

See Also