TdxSpreadSheetTableItem.Owner Property
In This Article
Provides access to a collection to which the current table item object belongs.
#Declaration
Delphi
property Owner: TdxSpreadSheetTableItems read;
#Property Value
Type |
---|
Tdx |
#Remarks
For table item objects, this property returns a collection of generic table item objects. For columns or rows, you need to cast the returned collection object to the TdxSpreadSheetTableColumns or TdxSpreadSheetTableRows type, respectively.
See Also