Item method (StringList collection)
Returns a string from the StringList collection. The string to be returned is specified by its position in the collection. This is the default method.
The value of Index can be between 1 and Count, inclusive.
Syntax
StringList
.Item
(Index
)where
StringList
– is the name of a StringList collection or an expression that evaluates to a StringList collection.Index
– is a numeric expression that specifies the position of the string to be returned. It must be a number from 1 to the value of the collection's Count property.Provide Feedback