SupportingPropertyBagValue Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
SupportingPropertyBagValue() |
Initialise une nouvelle instance de la classe SupportingPropertyBagValue. |
SupportingPropertyBagValue(String) |
Initialise une nouvelle instance de la classe SupportingPropertyBagValue avec le contenu de texte spécifié. |
SupportingPropertyBagValue()
Initialise une nouvelle instance de la classe SupportingPropertyBagValue.
public SupportingPropertyBagValue ();
Public Sub New ()
S’applique à
SupportingPropertyBagValue(String)
Initialise une nouvelle instance de la classe SupportingPropertyBagValue avec le contenu de texte spécifié.
public SupportingPropertyBagValue (string text);
new DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue : string -> DocumentFormat.OpenXml.Office2019.Excel.RichData2.SupportingPropertyBagValue
Public Sub New (text As String)
Paramètres
- text
- String
Spécifie le contenu du texte de l’élément.