MoveRowAfter() public method

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