NativeExcel suite v1.x

ScrollColumn property

Returns the first visible column. Read/write Integer.

Syntax

property ScrollColumn: integer;

Example

This example sets the first visible column to 2.
WorkBook.Sheets[1].ScrollColumn := 2;
Copyright © NikaSoft 2004-2012