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