Share via


Value Constructors

Definition

Overloads

Value()

Initializes a new instance of the Value class.

Value(String)

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

Value()

Initializes a new instance of the Value class.

public Value ();
Public Sub New ()

Applies to

Value(String)

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

public Value (string text);
new DocumentFormat.OpenXml.Office2019.Excel.RichData.Value : string -> DocumentFormat.OpenXml.Office2019.Excel.RichData.Value
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to