TdxSpreadSheetContainer.Parent Property
In This Article
Specifies the worksheet to which the floating container belongs.
#Declaration
Delphi
property Parent: TdxSpreadSheetCustomView read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
You can use this property to:
Identify the worksheet to which the container belongs.
Move the container between different worksheets within the same spreadsheet document. Assign a different worksheet to the Parent property. The container retains its anchor and appearance settings.
The Create constructor uses its AView parameter value to initialize the Parent property.
See Also