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