TdxSpreadSheetObjectListItem.Owner Property
Provides access to the collection to which this item belongs.
Declaration
property Owner: TdxSpreadSheetObjectList read;
Property Value
| Type |
|---|
| TdxSpreadSheetObjectList |
Remarks
To access class-specific members of the collection, cast the Owner property value to the corresponding TdxSpreadSheetObjectList class descendant (for instance, TdxSpreadSheetDefinedNames).
See Also