Chapter 2 -- 80
Programmer’s Guide
Images Collection
Properties Methods
Application Add
Count Item (Default)
Parent
"
""
" Images.Count
Returns the number of items in the specified collection.
Access Read-Only.
Type VT_I2orInteger
.
"
""
" Images.Application
This property returns the Application
object that represents the
root object of the hierarchy.
Access Read-Only.
Type VT_DISPATCH or Application
object.
"
""
" Images.Parent
Returns the parent object of the specified object.
Access Read-Only.
Type VT_DISPATCH.
"
""
" Images.Add
VTS_DISPATCH or Image
Add(strImageName).
Adds a new Imag e
object to the collection.
Return value: Returns a Image
object.
Parameters:
strImageName Optional VT_BSTR or String
.Thenameof
the object to add.
Object
Properties
Object
Methods