Classe DownBars - barres Baisse (Word VBA)

Cet objet représente les barres Baisse d'un groupe de graphiques. Pour utiliser une variable de classe DownBars, elle doit d'abord être instanciée, par exemple


Dim dbs as DownBars
Set dbs = ActiveDocument.Background.Chart.ChartGroups(1).DownBars

Delete

Cette méthode supprime l'objet.


ActiveDocument.Background.Chart.ChartGroups(1).DownBars.Delete

Format

Renvoie la ligne, le remplissage et l'effet de la mise en forme pour l'objet.


Dim cftFormatted As ChartFormat
Set cftFormatted = ActiveDocument.Background.Chart.ChartGroups(1).DownBars.Format

GetProperty

GetProperty (ID)

Name

Renvoie le nom de l'objet.


Dim strName As String
strName = ActiveDocument.Background.Chart.ChartGroups(1).DownBars.Name

Select

Cette méthode sélectionne l'objet.


ActiveDocument.Background.Chart.ChartGroups(1).DownBars.Select

SetProperty

SetProperty (ID, Value)


Dim strID As String: strID =  
ActiveDocument.Background.Chart.ChartGroups(1).DownBars.SetProperty ID:=strID, Value:=

Arguments

Les arguments nommés :

ID - String

Value