ChartSheetProperties 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
| ChartSheetProperties() | Initializes a new instance of the ChartSheetProperties class. | 
| ChartSheetProperties(OpenXmlElement[]) | Initializes a new instance of the ChartSheetProperties class with the specified child elements. | 
| ChartSheetProperties(IEnumerable<OpenXmlElement>) | Initializes a new instance of the ChartSheetProperties class with the specified child elements. | 
| ChartSheetProperties(String) | Initializes a new instance of the ChartSheetProperties class from outer XML. | 
ChartSheetProperties()
Initializes a new instance of the ChartSheetProperties class.
public ChartSheetProperties();Public Sub New ()Applies to
ChartSheetProperties(OpenXmlElement[])
Initializes a new instance of the ChartSheetProperties class with the specified child elements.
public ChartSheetProperties(params DocumentFormat.OpenXml.OpenXmlElement[] childElements);new DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetPropertiesPublic Sub New (ParamArray childElements As OpenXmlElement())Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
ChartSheetProperties(IEnumerable<OpenXmlElement>)
Initializes a new instance of the ChartSheetProperties class with the specified child elements.
public ChartSheetProperties(System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);new DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetPropertiesPublic Sub New (childElements As IEnumerable(Of OpenXmlElement))Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
ChartSheetProperties(String)
Initializes a new instance of the ChartSheetProperties class from outer XML.
public ChartSheetProperties(string outerXml);new DocumentFormat.OpenXml.Spreadsheet.ChartSheetProperties : string -> DocumentFormat.OpenXml.Spreadsheet.ChartSheetPropertiesPublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.