PanelScheduleView.CanMoveSlotTo
Description:
Verifies if can circuits in the source slot to the specific slot.
Verifies if can circuits in the source slot to the specific slot.
public bool CanMoveSlotTo(
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.