ArrayValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.