Glossary Item Box
Use this sub for remove a specific cell in the grid by ID cell.
Visual Basic example:
PsysGridMap1.RemoveCell(CellID)
Use this sub for remove a specific cell in the grid by position X, Y.
Visual Basic example:
PsysGridMap1.RemoveCell(CellPositionX, CellPositionY)
See Also |
|
DuplicateCell | GetCell | GetCellsCount | Redraw | RemoveAllCells | SetCell