WorksheetDrawing Constructor
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
WorksheetDrawing() | Initializes a new instance of the WorksheetDrawing class. | |
WorksheetDrawing(String) | Initializes a new instance of the WorksheetDrawing class from outer XML. | |
WorksheetDrawing(array<OpenXmlElement[]) | Initializes a new instance of the WorksheetDrawing class with the specified child elements. | |
WorksheetDrawing(IEnumerable<OpenXmlElement>) | Initializes a new instance of the WorksheetDrawing class with the specified child elements. |
Top