TdxSpreadSheetContainer.Parent Property
Specifies the worksheet to which the floating container belongs.
Declaration
property Parent: TdxSpreadSheetCustomView read; write;
Property Value
Type |
---|
TdxSpreadSheetCustomView |
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