Gets and sets the string used as an expression. | |
Syntax: | VARIANT =
object.Expression object.Expression = VARIANT |
Description: | The Expression property gets and sets
visibility animation's expression. Example: Sub GefVisibilityAnim_Expression() Dim oCimObj As GefObject Dim oCimVisAnim As
GefVisibilityAnim Set oCimObj = CimGetObject Set oCimVisAnim =
oCimObj.VisibilityAnim MsgBox "The visibility animation's
expression is " & """" & oCimVisAnim.Expression &
"""" End Sub |