Uiinfrastructure API Docs  
 

ExpListView.GetHTMLForRow Method 

Will be called for each row. Should return the HTML for row _nRowIndex.

public abstract HTMLElement GetHTMLForRow(
   IPTGrowableSortedArrayWrapperRO _saData,
   int _nRowIndex
);

Parameters

_saData
_nRowIndex

Return Value

HTMLElement

See Also

ExpListView Class | com.plumtree.uiinfrastructure.expandablelist Namespace