SetItemString Method
Object List Next Object
Defined By: Indented List
Description:
SetItemString can alter this string displayed at a given index in the
IndentedList.
Declaration:
Sub SetItemString(ByVal index As Integer, ByVal text As String)
Details:
SetItemString will replace the string at index in the IndentedList with the text passed to the method call. Text does not
need to be formatted with indenting. ItemString can be used to retrieve data set
with this method.
See Also:
ItemString method