Uiinfrastructure API Docs  
 

PTSortedArrayWrapper.SetItems Method 

JF- SetItems is used by clients modify a number of cells in the array.

public virtual void SetItems(
   object[][] arrNewItemsInfo
);

Parameters

arrNewItemsInfo
This is a 2D array containing the row index, prop ID and new cell value of each cell to modify. Use the PTSAW_NEWITEMSINFO_ constant to build the array.

See Also

PTSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace