Table of Contents

ExcelFile.GetWindowScroll Method

Overloads

ExcelFile.GetWindowScroll

Returns the window scroll for the main pane. This property can work in different windows depending on the value of ActiveWindow

Syntax

Namespace: FlexCel.Core

public TCellAddress GetWindowScroll()

See also

ExcelFile.GetWindowScroll(TPanePosition)

Returns the window scroll for a specified pane. This property can work in different windows depending on the value of ActiveWindow

Syntax

Namespace: FlexCel.Core

public abstract TCellAddress GetWindowScroll(TPanePosition panePosition)

Parameters

<-> Parameter Type Description
panePosition TPanePosition Pane to return.

See also