property Item.InnerCell ([ColIndex as Variant], [Index as Variant])
as Variant
Retrieves the inner cell.
| | Type | Description | |
| |
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.
| |