Uiinfrastructure API Docs  
 

PTGrowableSortedArrayWrapper.RemoveRow Method 

MES- RemoveRow lets the client indicate the row number of a row to remove.

public virtual void RemoveRow(
   int iRowID
);

Parameters

iRowID
is the row ID of the row to remove. Note that this is the row ID in the SORTED array, we must dereference it to get the "real" row number.

See Also

PTGrowableSortedArrayWrapper Class | com.plumtree.uiinfrastructure.arraywrapper Namespace