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

TdxSpreadSheetContainer.Index Property

Returns the floating container’s index in a container collection.

#Declaration

Delphi
property Index: Integer read; write;

#Property Value

Type
Integer

#Remarks

A floating container’s index identifies its creation and draw order. A container with the highest index is drawn on top.

Call the BringToFront and SendToBack procedures to change container indexes, and therefore, rearrange containers in the worksheet if they overlap.

See Also