Text Constructors

Definition

Overloads

Text()

Initializes a new instance of the Text class.

Text(String)

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

Text()

Initializes a new instance of the Text class.

public Text ();
Public Sub New ()

Applies to

Text(String)

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

public Text (string text);
new DocumentFormat.OpenXml.Spreadsheet.Text : string -> DocumentFormat.OpenXml.Spreadsheet.Text
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to