PanelScheduleView.MoveSlotTo
Description:
Move the circuits in the source slot to the specific slot.
Move the circuits in the source slot to the specific slot.
Remarks:
If the moving circuit is in a group, all circuits in the group will be moved accordingly.
If the moving circuit is in a group, all circuits in the group will be moved accordingly.
public void MoveSlotTo(
int nMovingRow,
int nMovingCol,
int nToRow,
int nToCol
)
-
Int32nMovingRowThe Row Number of cell to be moved.
-
Int32nMovingColStart Column Number of cell to be moved.
-
Int32nToRowThe Row Number of cell to moved to.
-
Int32nToColEnd Column Number of cell to moved to.
-
The given row number nMovingRow is invalid in Body. -or- The given column number nMovingCol is invalid in Body. -or- The given row number nToRow is invalid in Body. -or- The given column number nToCol is invalid in Body. -or- There is no circuit at given cell (nMovingRow, nMovingCol). -or- Cannot move the circuits at slot (nMovingRow, nMovingCol) to given slot (nToRow, nToCol).