Uiinfrastructure API Docs  
 

PTGrowableSortedArrayWrapper.AddRowWithoutSort Method 

ROB- Clients use the AddRow method to add a row to this array. Use SortArray to re-sort after adding multiple entries Added as to fix bug #51045:

public virtual void AddRowWithoutSort(
   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