ListItem.setSubItems

Overview | Methods | This Package | All Packages

ListItem.setSubItems

Sets the subitems for the item.

Syntax

public void setSubItems( String[] subItems )

Parameters

subItems

An array of strings that represent the text for the subitems.

Remarks

For a subitem to be visible, the list view control must be in Report view, and a column must exist to display the subitem. To add a column to a list view control, use the addColumn, insertColumn, or setColumns method of the ListView control.

See Also   getSubItems