Propiedad ThreeDFormat.PresetLightingSoftness (Excel)
Devuelve o establece la intensidad de la iluminación de la extrusión. MsoPresetLightingSoftness de lectura y escritura.
Sintaxis
expresión. PresetLightingSoftness
Expresión Variable que representa un objeto ThreeDFormat .
Ejemplo:
En este ejemplo se especifica que la extrusión de la forma uno de myDocument se iluminará claramente desde la izquierda.
Set myDocument = Worksheets(1)
With myDocument.Shapes(1).ThreeD
.Visible = True
.PresetLightingSoftness = msoLightingBright
.PresetLightingDirection = msoLightingLeft
End With
Soporte técnico y comentarios
¿Tiene preguntas o comentarios sobre VBA para Office o esta documentación? Vea Soporte técnico y comentarios sobre VBA para Office para obtener ayuda sobre las formas en las que puede recibir soporte técnico y enviar comentarios.