Skip to main content

TdxSpreadSheetTableItemGroup.Owner Property

Returns the table item collection to which the current table item group belongs.

Declaration

property Owner: TdxSpreadSheetTableItems read;

Property Value

Type
TdxSpreadSheetTableItems

Remarks

Use this property to obtain the Table View worksheet’s collection of column or row objects to which the current table item group belongs. Since the Owner property returns the generic table item collection object, you need to cast it to the TdxSpreadSheetTableColumns or TdxSpreadSheetTableRows type, depending on the actual type of items within the group.

Note

To obtain the table item group’s parent node, use the Parent property.

See Also