Uiinfrastructure API Docs  
 

PTGrowableSortedArrayWrapper.AddRowInternal Method 

MES- AddRowInternal is an internal helper function that does the heavy lifting when adding a row.

protected virtual void AddRowInternal(
   object[] row
);

Parameters

row
is the row to add, in the same format as is passed to AddRow.

See Also

PTGrowableSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace