Table of Contents

TXlsFile.ScrollWindow Method

Scrolls the window to a specified place. This property can work in different windows depending on the value of TExcelFile.ActiveWindow

Syntax

Unit: FlexCel.XlsAdapter

procedure TXlsFile.ScrollWindow(const panePosition: TPanePosition; const row: Integer; const col: Integer); overload; override;

Parameters

<-> Parameter Type Description
const panePosition TPanePosition Pane to move. Note that if you move for example the left column of the upper left pane, you will also move the left column of the lower left pane.
const row Integer First visible row.
const col Integer First visible column.

See also