Gets and sets the string used as an expression. | |
Syntax: | VARIANT =
object.Expression object.Expression = VARIANT |
Description: | The Expression Property gets or sets the
sting used for the fill animation. Example: Sub FillAnim_Expression() Dim oCimObj As GefObject Dim oCimFillAnim As
GefFillAnim Set oCimObj = CimGetObject Set oCimFillAnim =
oCimObj.FillAnim MsgBox "The Current Fill animation
Expression " & _ "is " &
oCimFillAnim.Expression End Sub |