HiddenShape3D Constructor (array<OpenXmlElement )
Initializes a new instance of the HiddenShape3D class with the specified child elements.
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Sub New ( _
ParamArray childElements As OpenXmlElement() _
)
'Применение
Dim childElements As OpenXmlElement()
Dim instance As New HiddenShape3D(childElements)
public HiddenShape3D(
params OpenXmlElement[] childElements
)
Parameters
- childElements
Type: array<DocumentFormat.OpenXml.OpenXmlElement[]
Specifies the child elements.