Sdílet prostřednictvím


CustomProperties Constructor (OpenXmlElement[])

Initializes a new instance of the CustomProperties class with the specified child elements.

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

Syntax

'Declaration
Public Sub New ( _
    ParamArray childElements As OpenXmlElement() _
)
'Usage
Dim childElements As OpenXmlElement()

Dim instance As New CustomProperties(childElements)
public CustomProperties(
    params OpenXmlElement[] childElements
)

Parameters

See Also

Reference

CustomProperties Class

CustomProperties Members

CustomProperties Overload

DocumentFormat.OpenXml.Spreadsheet Namespace