Microsoft SDK for Java

ListView.getItemText

Retrieves the text for the specified list view item.

Syntax

public final String getItemText( int index )

Parameters

index

The zero-based index of the item whose text you want to retrieve.

Return Value

Returns a string that represents the label of the specified list view item.

Exceptions

WFCInvalidArgumentException thrown if the specified index is not valid.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.