Uiinfrastructure API Docs  
 

PTGrowableSortedArrayWrapper.ResizeArray Method 

MES- ResizeArray is an internal helper function that changes the number of rows in an array (by creating a new array and copying the data over.)

protected virtual object[][] ResizeArray(
   object[][] arrData,
   int iNewRowcount,
   int iColcount
);

Parameters

arrData
is the array we're growing or shrinking
iNewRowcount
is the number of rows desired
iColcount

Return Value

is the resized array- the array is NOT resized in place.

See Also

PTGrowableSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace