MoveRowAfter() public méthode

public MoveRowAfter ( GridRow fromRow, GridRow toRow ) : void
fromRow GridRow
toRow GridRow
Résultat void
Exemple #1
0
 //
 public void MoveRowAfter(GridRow fromRow, GridRow toRow)
 {
     _gridRows.MoveRowAfter(fromRow, toRow);
 }
 //
 public void MoveRowAfter(GridRow fromRow, GridRow toRow)
 {
     _gridRows.MoveRowAfter(fromRow, toRow);
     this.OwnerInvalidateGraphic();
 }