Share via


ArrayValue Constructors

Definition

Overloads

ArrayValue()

Initializes a new instance of the ArrayValue class.

ArrayValue(String)

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

ArrayValue()

Initializes a new instance of the ArrayValue class.

public ArrayValue ();
Public Sub New ()

Applies to

ArrayValue(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to