property Items.SplitCell ([Item as Variant], [ColIndex as Variant])
as Variant
Splits a cell, and returns the inner created cell.
| | Type | Description | |
| |
Item as Variant |
A long expression that indicates the handle of the item where a cell is being
divided, 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.
| |
| |
Variant |
A long expression that indicates the handle of the cell being created.
| |