Retrieves a boolean value indicating whether the current cell is completely visible.
public boolean getCurrentCellVisible()
Returns true if the current cell is completely visible in the grid's current scroll position; otherwise, returns false.
If getCurrentCellVisible returns false, you can call makeCurrentCellVisible to scroll the grid and bring the entire cell into view.