Share via


SupportingPropertyBagArrayValue Constructors

Definition

Overloads

SupportingPropertyBagArrayValue()

Initializes a new instance of the SupportingPropertyBagArrayValue class.

SupportingPropertyBagArrayValue(String)

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

SupportingPropertyBagArrayValue()

Initializes a new instance of the SupportingPropertyBagArrayValue class.

public SupportingPropertyBagArrayValue ();
Public Sub New ()

Applies to

SupportingPropertyBagArrayValue(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to