TdxSpreadSheetPageControl.FirstVisiblePageIndex Property
Specifies the first visible worksheet tab at the left edge of the caption bar.
Declaration
property FirstVisiblePageIndex: Integer read; write; default 0;
Property Value
Type | Default |
---|---|
Integer | 0 |
Remarks
If you specify a worksheet tab other than the first via this property, it becomes the first visible worksheet tab adjacent to the sheet tab scroll buttons. As a result, worksheet tabs with lesser index values are hidden. For instance if the FirstVisiblePageIndex property is 2 (the third worksheet tab is specified), the first two tabs are hidden as shown on the image below.
Note that changing the FirstVisiblePageIndex property’s default value does not select another worksheet.
The default value of the FirstVisiblePageIndex property is 0.
See Also