共用方式為


ChartSheetView Constructors

Definition

Overloads

ChartSheetView()

Initializes a new instance of the ChartSheetView class.

ChartSheetView(OpenXmlElement[])

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

ChartSheetView(IEnumerable<OpenXmlElement>)

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

ChartSheetView(String)

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

ChartSheetView()

Initializes a new instance of the ChartSheetView class.

public ChartSheetView ();
Public Sub New ()

Applies to

ChartSheetView(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ChartSheetView(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ChartSheetView(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to