property Item.Parent as Item
Indicates the item's parent.

TypeDescription
Item A Item object that indicates the parent item.
The Parent property returns nothing, if item has no parent. The Parent property indicates the item's parent. You can use the Parent property to change the parent of the current item. The Add / Item.ToString / Items.ToString method adds a Item object(s) to the collection and returns a reference to the newly created object. The CellParent property gets 0 if the cell is not an inner cell.