You need to use property nodes to not allow the index value (that's the number of the first cell) to go over a certain limit. You can do this by making the index control invisible and using one of your own to control the index values, or you can disable the control, and determine where the user clicked, and whether the index should be changed, or (what I posted) you can calculate the size of the array, and if it shows too much, revert it. This has the disadvantage of correcting something a user did instead of preventing him from doing something, so I would suggest going with my first suggestion.
___________________
Try to take over the world!