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