Overloads
Returns the window scroll for the main pane.
This property can work in different windows depending on the value of ActiveWindow
Syntax
Unit: FlexCel.Core
function TExcelFile.GetWindowScroll: TCellAddress; overload;
See also
Returns the window scroll for a specified pane.
This property can work in different windows depending on the value of ActiveWindow
Syntax
Unit: FlexCel.Core
function TExcelFile.GetWindowScroll(const panePosition: TPanePosition): TCellAddress; overload; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
panePosition |
TPanePosition |
Pane to return. |
See also