CustomChartsheetViews Constructors

Definition

Overloads

CustomChartsheetViews()

Initializes a new instance of the CustomChartsheetViews class.

CustomChartsheetViews(OpenXmlElement[])

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

CustomChartsheetViews(IEnumerable<OpenXmlElement>)

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

CustomChartsheetViews(String)

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

CustomChartsheetViews()

Initializes a new instance of the CustomChartsheetViews class.

public CustomChartsheetViews ();
Public Sub New ()

Applies to

CustomChartsheetViews(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CustomChartsheetViews(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CustomChartsheetViews(String)

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

public CustomChartsheetViews (string outerXml);
new DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews : string -> DocumentFormat.OpenXml.Spreadsheet.CustomChartsheetViews
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to