







Returns the drawing matching the specified name
Namespace:
OfficeOpenXml.Drawing
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public ExcelDrawing this[ string Name ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ Name As String _ ) As ExcelDrawing |
| Visual C++ |
|---|
public: property ExcelDrawing^ default[String^ Name] { ExcelDrawing^ get (String^ Name); } |
Parameters
- Name
- Type: System..::.String
The name of the worksheet
