ScrollColumn Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Returns or sets the number of the leftmost column in the pane or window. If the panes are frozen, this property excludes the frozen areas. Read/write Long.

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