Glossary Item Box

DuplicateCellGetCellGetCellsCountRedrawRemoveAllCellsSetCell

See Also VS GridMap Help Send Feedback

RemoveCell

Sub RemoveCell (CellID As Object)

Fastest method

Remove a specific cell in the grid.

Use this sub for remove a specific cell in the grid by ID cell.

 

Visual Basic example:

PsysGridMap1.RemoveCell(CellID)

 

Sub RemoveCell (CellX As Integer, CellY As Integer)

Slower method

Remove a specific cell in the grid.

Use this sub for remove a specific cell in the grid by position X, Y.

 

Visual Basic example:

PsysGridMap1.RemoveCell(CellPositionX, CellPositionY)

 

DuplicateCellGetCellGetCellsCountRedrawRemoveAllCellsSetCell