Sets an item's or subitem's text. TIP: When using this function to assign subitem text for new items, do not assume that the item you just added with InsertItem() was given the index you requested; InsertItem() returns the actual index of the item, use that value.

Namespace: PPJ.Runtime.Vis
Assembly: PPJ.Runtime.Vis.2 (in PPJ.Runtime.Vis.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public SalBoolean SetItemText(
	SalNumber nItem,
	SalNumber nSubItem,
	SalString sItemText
)

Return Value

See Also