moveRows method

void moveRows(
  1. int fromRow,
  2. int toRow,
  3. int destRow
)

Implementation

void moveRows(int fromRow, int toRow, int destRow) =>
    obj.moveRows(fromRow, toRow, destRow);