共用方式為


NamedSheetViews Constructors

Definition

Overloads

NamedSheetViews()

Initializes a new instance of the NamedSheetViews class.

NamedSheetViews(OpenXmlElement[])

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

NamedSheetViews(IEnumerable<OpenXmlElement>)

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

NamedSheetViews(String)

Initializes a new instance of the NamedSheetViews class from outer XML.

NamedSheetViews()

Initializes a new instance of the NamedSheetViews class.

public NamedSheetViews ();
Public Sub New ()

Applies to

NamedSheetViews(OpenXmlElement[])

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

public NamedSheetViews (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetViews : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetViews
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

NamedSheetViews(IEnumerable<OpenXmlElement>)

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

public NamedSheetViews (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetViews : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetViews
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

NamedSheetViews(String)

Initializes a new instance of the NamedSheetViews class from outer XML.

public NamedSheetViews (string outerXml);
new DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetViews : string -> DocumentFormat.OpenXml.Office2021.Excel.NamedSheetViews.NamedSheetViews
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to