共用方式為


XstringType Constructors

Definition

Overloads

XstringType()

Initializes a new instance of the XstringType class.

XstringType(String)

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

XstringType()

Initializes a new instance of the XstringType class.

protected XstringType ();
Protected Sub New ()

Applies to

XstringType(String)

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

protected XstringType (string text);
new DocumentFormat.OpenXml.Spreadsheet.XstringType : string -> DocumentFormat.OpenXml.Spreadsheet.XstringType
Protected Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to