ItemString Method
Object List Next Object
Defined By: Indented List
Description:
ItemString returns the string in the IndentedList for a given index.
Declaration:
Function ItemString(ByVal index As Integer)As String
Details:
ItemString will return the string at the given index from the IndentedList. It will not include any indenting for items with a
level of 1 or greater.
See Also:
SetItemString method