Chapter 2 -- 125
Reference Guide
Formulas Collection
Properties Methods
Application Add
Counte Item (Default)
Parent Remove
"
""
" Formulas.Count
Returns the number of items in the specified collection.
Access Read-Only.
Type VT_I2orInteger
.
"
""
" Formulas.Application
This property returns the Application
object that represents the
root object of the hierarchy.
Access Read-Only.
Type VT_DISPATCH or Application
object.
"
""
" Formulas.Parent
Returns the parent object of the specified object.
Access Read-Only.
Type VT_DISPATCH.
"
""
" Formulas.Add
VTS_DISPATCH or Formula
Add( strFormulaName ).
Adds a new Formula
object to the collection.
Return value: Returns a Formula
object.
Parameters:
strFormulaName Optional VT_BSTR or String
. The name
of the object to add.
Object
Properties
Object
Methods