Retrieves the specified subitem for this item.
public String getSubItem( int index )
index
The zero-based index of the subitem whose text you want to retrieve.
Returns the text for the specified subitem.
WFCInvalidArgumentException thrown if the specified index is not valid.
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 setSubItem