Glossary Item Box
Use OldID for duplicate cell in a new position NewCellX and NewCellY.
The function return the new cell object clsPsysCell type.
Visual Basic example:
'This example duplicate cell to new cell in 5,5 position.
'And return the newCell object.
Dim newCell as clsPsysCell = PsysGridMap1.DuplicateCell(oldIdCell, newIdCell, newXposition, newYposition)
Use OldCellX and OldCellY for duplicate cell in a new position NewCellX and NewCellY.
The function return the new cell object clsPsysCell type.
Visual Basic example:
'This example duplicate cell in 1,1 position to new cell in 5,5 position.
'And return the newCell object.
Dim newCell as clsPsysCell = PsysGridMap1.DuplicateCell(1,1,5,5)
See Also |
|
GetCell | GetCellsCount | Redraw | RemoveAllCells | RemoveCell | SetCell