TdxSpreadSheetObjectListItem.Owner Property
In This Article
Provides access to the collection to which this item belongs.
#Declaration
Delphi
property Owner: TdxSpreadSheetObjectList read;
#Property Value
Type |
---|
Tdx |
#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