property Items.InnerCell ([Item as Variant], [ColIndex as Variant], [Index as Variant])
as Variant
Retrieves the inner cell.
| | Type | Description | |
| |
Item as Variant |
A long expression that indicates the handle of the item where the cell is, or 0.
If the Item parameter is 0, the ColIndex parameter must indicate the handle of
the cell.
| |
| |
ColIndex as Variant |
A long expression that indicates the index of the column where a cell is
divided, or a long expression that indicates the handle of the cell being
divided, if the Item parameter is missing or it is zero.
| |
| |
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.
| |