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