IListItem Interface
A single list item in a Java list.

C# Syntax

public interface IListItem 
Public Properties
 NameDescription
PropertyIndexThe 0-based index of the list item.  
PropertyTextThe text value of the list item.  
Top