Table of Contents

XlsFile.ScrollWindow Method

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

Syntax

Namespace: FlexCel.XlsAdapter

public override void ScrollWindow(TPanePosition panePosition, Int32 row, Int32 col)

Parameters

<-> Parameter Type Description
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.
row Int32 First visible row.
col Int32 First visible column.

See also