TdxSpreadSheetContainer.Index Property
In This Article
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