Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetPageControl.FirstVisiblePageIndex Property

Specifies the first visible worksheet tab at the left edge of the caption bar.

#Declaration

Delphi
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