Skip to main content

TdxSpreadSheetTableItemGroup.Parent Property

Returns the parent node in which the current table item group is hosted.

Declaration

property Parent: TdxSpreadSheetTableItemGroup read;

Property Value

Type
TdxSpreadSheetTableItemGroup

Remarks

Use this property to identify the parent node of the current column or row group. If the table item group is hosted within the table item group root node, the Parent property returns nil.

Note

To obtain the table item collection within a Table View worksheet to which the current table item group belongs, use the Owner property.

See Also