Uiinfrastructure API Docs  
 

PTListMap.AddElementToIndex Method 

Adds a key/value pair to an existing row.

public virtual void AddElementToIndex(
   int nIndex,
   string strKey,
   object Value
);

Parameters

nIndex
Row index
strKey
Value

See Also

PTListMap Class | com.plumtree.uiinfrastructure.utils Namespace