ScrollColumn Property

Microsoft Office Web Components Visual Basic

expression.ScrollColumn

expression    Required. An expression that returns a Window object.

Example

This example moves column C so that it's the leftmost column in the window.

Spreadsheet1.ActiveWindow.ScrollColumn = 3