DartStrings Collection : Remove Method |
Visual Basic |
---|
Public Function Remove( _ ByRef Index As Variant _ ) As String |
When Index is a Long, it must be between one and Count. When Index is a string, the first string in the collection matching all the characters of the specified substring is returned (both strings are compared starting with the left-most character and is case insensitive).
This method may generate the following error code (refer to MailErrorConstants for a complete list of error codes):