GRID

hello guys!
a help to me thanks.

what is the fastest way to have objects from a grid and check if a field is already occupied?!

Add every element that currently reside in the grid to a list, then when adding a new element check against the positions of the elements allready in the grid.