CustomProperties.Add(String, Object) Méthode
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.
Cette méthode ajoute des informations de propriété personnalisée. Retourne un CustomProperty objet .
public:
Microsoft::Office::Interop::Excel::CustomProperty ^ Add(System::String ^ Name, System::Object ^ Value);
public Microsoft.Office.Interop.Excel.CustomProperty Add (string Name, object Value);
Public Function Add (Name As String, Value As Object) As CustomProperty
Paramètres
- Name
- String
Argument de type String obligatoire. Nom de la propriété personnalisée.
- Value
- Object
Objet obligatoire. Valeur de la propriété personnalisée.