property Items.ItemCell (Item as HITEM, ColIndex as Variant) as HCELL

Retrieves the cell's handle given the item and the column.

TypeDescription
Item as HITEM A long expression that indicates the item's handle.
ColIndex as Variant A long expression that indicates the the column's index, a string expression that indicates the column's caption or the column's key.
HCELL A long value that indicates the cell's handle.
The ItemCell property retrieves the handle of the cell that belongs to the item on the specified column. The InnerCell properties always returns the handle to the master cells ( master cell is a cell where the splitting starts ). Use the SplitCell property to split a cell into multiple cells. Use the MergeCells property to merge multiple cells.