method View.EnsureVisibleColumn (Column as Variant)
Scrolls the control's content to ensure that the column fits the client area.

TypeDescription
Column as Variant A long expression that indicates the column's index being scrolled, or a string expression that indicates the column's caption or the column's key. 

This method ensures that a column is at least partially visible. The control scrolls the content if necessary. The control automatically calls EnsureVisibleColumn method when the user clicks a cell in the column. Use the EnsureVisibleItem method to ensure that a specified item fits the control's client area. Use the ScrollBars property to hide the control's scroll bars. Use the Scroll method to programmatically scroll the control's content.