次の方法で共有


OpenXmlCompositeElement Constructor (array<OpenXmlElement )

Initializes a new instance of the OpenXmlCompositeElement.

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
Protected Sub New ( _
    ParamArray childrenElements As OpenXmlElement() _
)
'使用
Dim childrenElements As OpenXmlElement()

Dim instance As New OpenXmlCompositeElement(childrenElements)
protected OpenXmlCompositeElement(
    params OpenXmlElement[] childrenElements
)

Parameters

See Also

Reference

OpenXmlCompositeElement Class

OpenXmlCompositeElement Members

OpenXmlCompositeElement Overload

DocumentFormat.OpenXml Namespace