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