LegendKey.MarkerBackgroundColorIndex Propriété
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 propriété renvoie ou définit la couleur d’arrière-plan de marque sous forme d’index dans la palette de couleurs actuelle ou sous la forme d’une des XlColorIndex constantes suivantes : xlColorIndexAutomatic ou xlColorIndexNone . Ne s'applique qu'aux graphiques en courbes, nuages de points ou radar. Lecture/écriture
public:
property Microsoft::Office::Interop::Word::XlColorIndex MarkerBackgroundColorIndex { Microsoft::Office::Interop::Word::XlColorIndex get(); void set(Microsoft::Office::Interop::Word::XlColorIndex value); };
public Microsoft.Office.Interop.Word.XlColorIndex MarkerBackgroundColorIndex { get; set; }
member this.MarkerBackgroundColorIndex : Microsoft.Office.Interop.Word.XlColorIndex with get, set
Public Property MarkerBackgroundColorIndex As XlColorIndex