Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v2.x
Reference
>
IXLSWorksheet
>
ScrollRow
ScrollRow property
Returns the first visible row. Read/write Integer.
Syntax
property
ScrollRow: integer;
Example
This example sets the first visible row to 4.
WorkBook.Sheets[
1
].ScrollRow :=
4
;
Copyright © NikaSoft 2004-2011