DartStrings Collection : Item Property |
Visual Basic |
---|
Public Property Item( _ ByRef Index As Variant _ ) As String |
When Index is a Long, its value must be between one and the collection's Count property. When specifying Index as a String, the first string in the collection matching all the characters of the substring is returned (strings are compared starting with the leftmost character, and are case-insensitive).
This is a parameterized property instead of a (read-only) method so that it can be used to set a value.
This method may generate the following error code (refer to ErrorConstants for a complete list of error codes):