







Collection of drawing-objects like shapes, images and charts
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelDrawings Drawings { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Drawings As ExcelDrawings |
Visual C++ |
---|
public: property ExcelDrawings^ Drawings { ExcelDrawings^ get (); } |