Uiinfrastructure API Docs  
 

MultiColumnListView.GetHTMLForRow Method 

Returns the HTML for the row _nRowIndex. Each row contains just an icon and input text for each column.

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

Parameters

_saData
_nRowIndex

Return Value

HTMLElement

See Also

MultiColumnListView Class | com.plumtree.uiinfrastructure.expandablelist.multicolumnlist Namespace