Chart.Walls (Word)
Retorna as paredes do gráfico 3D. Somente leitura paredes.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.Walls.Border. _
ColorIndex = 3
End If
End With
Retorna as paredes do gráfico 3D. Somente leitura paredes.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.Walls.Border. _
ColorIndex = 3
End If
End With