Uiinfrastructure API Docs  
 

PTGrowableSortedArrayWrapper.AddRow Method 

MES- Clients use the AddRow method to add a row to this array. NOTE: This will resort the entire array when adding a row. This can get very expensive. Therefore, this method should not be used for adding large numbers of rows. Use AddRows() instead.

public virtual void AddRow(
   object[] row
);

Parameters

row
is the data that the row should hold. The number of entries in row MUST equal the number of columns in m_arrData.

See Also

PTGrowableSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace