Products
|
Download
|
Order
|
Forum
|
Contact us
NativeExcel suite v1.x
Reference
>
IXLSWorksheet
>
ScrollColumn
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