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

TdxSpreadSheetCustomView.Index Property

Specifies the worksheet tab position within the caption bar.

#Declaration

Delphi
property Index: Integer read; write;

#Property Value

Type
Integer

#Remarks

Use this property to change the order of worksheet tabs within the caption bar area. Increment the Index property by one to move the worksheet tab right by one position within the list; decrement the Index property by one to move the worksheet tab one position left, towards the beginning of the tab list.

An end-user can change worksheet tab positions by performing a drag-and-drop operations. For instance, the following image shows that the Sheet5 tab is about to be placed between the Sheet2 and Sheet3 tabs:

Since the tabs corresponding to invisible worksheets are not displayed within the caption bar area, changing the Index property value has no effect for them.

See Also