NativeExcel suite v2.x

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