ScrollColumn Property From Microsoft Office Web Components Visual Basic previous page next page expression.ScrollColumn expression Required. An expression that returns a Window object.ExampleThis example moves column C so that it's the leftmost column in the window.Spreadsheet1.ActiveWindow.ScrollColumn = 3