Uiinfrastructure API Docs  
 

ExpListModel.MoveUp Method 

Moves the row identified by the index in argument, one row up. The idea is that we are going to change the value of the index column. We just need to swap that value with the one of the previous row.

protected virtual void MoveUp(
   int _nRowIndex
);

Parameters

_nRowIndex
Index of the row to move.

See Also

ExpListModel Class | com.plumtree.uiinfrastructure.expandablelist Namespace