MoveRowAfter() public method

public MoveRowAfter ( GridRow fromRow, GridRow toRow ) : void
fromRow GridRow
toRow GridRow
return void
Example #1
0
 //
 public void MoveRowAfter(GridRow fromRow, GridRow toRow)
 {
     _gridRows.MoveRowAfter(fromRow, toRow);
 }
Example #2
0
 //
 public void MoveRowAfter(GridRow fromRow, GridRow toRow)
 {
     _gridRows.MoveRowAfter(fromRow, toRow);
     this.OwnerInvalidateGraphic();
 }