Skip to main content

TdxSpreadSheetTableItem.Owner Property

Provides access to a collection to which the current table item object belongs.

Declaration

property Owner: TdxSpreadSheetTableItems read;

Property Value

Type
TdxSpreadSheetTableItems

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