ChartSheetView Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.