Поделиться через


SheetNames Constructor (array<OpenXmlElement )

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

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

Syntax

'Декларация
Public Sub New ( _
    ParamArray childElements As OpenXmlElement() _
)
'Применение
Dim childElements As OpenXmlElement()

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

Parameters

See Also

Reference

SheetNames Class

SheetNames Members

SheetNames Overload

DocumentFormat.OpenXml.Spreadsheet Namespace