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