Share via


Xstring Constructors

Definition

Overloads

Xstring()

Initializes a new instance of the Xstring class.

Xstring(String)

Initializes a new instance of the Xstring class with the specified text content.

Xstring()

Initializes a new instance of the Xstring class.

public Xstring ();
Public Sub New ()

Applies to

Xstring(String)

Initializes a new instance of the Xstring class with the specified text content.

public Xstring (string text);
new DocumentFormat.OpenXml.Office2010.Excel.Xstring : string -> DocumentFormat.OpenXml.Office2010.Excel.Xstring
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to