Back to Devexpress

TdxSpreadSheetContainer.Index Property

vcl-dxspreadsheetcore-dot-tdxspreadsheetcontainer.md

latest1.0 KB
Original Source

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

TdxSpreadSheetContainer Class

TdxSpreadSheetContainer Members

dxSpreadSheetCore Unit