TdxSpreadSheetContainer.Index Property
Returns the floating container’s index in a container collection.
Declaration
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