SupportingPropertyBagArrayValue 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
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.