Point.MarkerForegroundColorIndex 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.
Renvoie ou définit la couleur de premier plan de la marque sous la forme d’un 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.
public:
property Microsoft::Office::Interop::Excel::XlColorIndex MarkerForegroundColorIndex { Microsoft::Office::Interop::Excel::XlColorIndex get(); void set(Microsoft::Office::Interop::Excel::XlColorIndex value); };
public Microsoft.Office.Interop.Excel.XlColorIndex MarkerForegroundColorIndex { get; set; }
Public Property MarkerForegroundColorIndex As XlColorIndex