Retrieves the number of visible columns in the grid's current scroll position.
public int getVisibleColumns()
Returns the number of columns that are at least partially displayed in the grid's current scroll position.
To retrieve the total number of columns in the grid, call getColumnCount.
See Also getVisibleRows