Represents a collection of expressions configured for an object. | |
Description: | GefObjectExpressions is a collection of
GefObjectExpression
objects. It contains the expressions owned by an object. The collection can be accessed by the Expressions property of a GefObject object. It does not include expressions in any of the parent objects. Example: Sub GefObject_Expressions() Dim oCimObj As GefObject Dim oCimExprs As
GefObjectExpressions Set oCimObj = CimGetObject Set oCimExprs =
oCimObj.Expressions MsgBox "There are " &
oCimExprs.Count & _ " expression(s) on this object" End Sub |
Properties: | Application , Parent |
Methods: | Count , Item , Rebuild |