property Item.InnerCell ([ColIndex as Variant], [Index as Variant]) as Variant
Retrieves the inner cell.

TypeDescription
ColIndex as Variant A Long expression that specifies the index of the column, or A String expression that specifies the name of the column to get the inner cell .
Index as Variant A long expression that indicates the index of the inner being requested. If the Index parameter is missing or it is zero, the InnerCell property retrieves the master cell. 
Variant A long expression that indicates the handle of the inner cell.
Use the InnerCell property to get the inner cell. Use the CellParent property to get the parent of the inner cell. The SplitCell method splits a cell in two cells ( the newly created cell is called inner cell ). The CellParent property gets 0 if the cell is not an inner cell. The parent cell is always displayed to the left side of the cell. The inner cell ( InnerCell ) is displayed to the right side of the cell. Use the CellWidth property to specify the width of the inner cell. The UnsplitCell method unsplits the cell