CustomChartsheetView Constructors

Definition

Overloads

CustomChartsheetView()

Initializes a new instance of the CustomChartsheetView class.

CustomChartsheetView(OpenXmlElement[])

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

CustomChartsheetView(IEnumerable<OpenXmlElement>)

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

CustomChartsheetView(String)

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

CustomChartsheetView()

Initializes a new instance of the CustomChartsheetView class.

public CustomChartsheetView ();
Public Sub New ()

Applies to

CustomChartsheetView(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CustomChartsheetView(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CustomChartsheetView(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to