Clase DownBars - barras descendentes (Word VBA)

La clase DownBars representa las barras descendentes de un grupo de gráficos. Para usar una variable de clase DownBars, primero debe ser instanciado, por ejemplo


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

Delete

Elimina el objeto.


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

Format

Devuelve la línea, relleno y efecto de formato para el objeto.


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

GetProperty

GetProperty (ID)

Name

Devuelve el nombre del objeto.


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

Select

Selecciona el objeto.


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

Estos son los argumentos con nombre :

ID - String

Value