Chapter 2 -- 147
Reference Guide
Strings Collection
Properties Methods
Application Add
Count Item (Default)
Parent Remove
"
""
" Strings.Application
This property returns the Application
object that represents the
root object of the hierarchy.
Access Read-Only.
Type VT_DISPATCH or Application
object.
"
""
" Strings.Count
Returns the number of items in the specified collection.
Access Read-Only.
Type VT_I2orInteger
.
"
""
" Strings.Parent
Returns the parent object of the specified object.
Access Read-Only.
Type VT_DISPATCH.
"
""
" Strings.Add
VTS_NONE Add ( strStringValue ).
Adds a new string to the collection.
Parameters:
strStringValue Required VT_BSTR or String
. Specifies the
string to add.
Object
Properties
Object
Methods