Retrieves or sets a text that is used to show the tooltip's cell.
![]() | Type | Description | ||
| Item as Variant | A long expression that indicates the handle of the item. | |||
| ColIndex as Variant | A long expression that indicates the column's index, a string expression that indicates the column's caption or the column's key. | |||
| String | A string expression that indicates the cell's tooltip. |
The tooltip supports the following HTML tags:
Note: The intersection of an item with a column defines a cell. Each cell is uniquely represented by its handle. The cell's handle is of HCELL type, that's equivalent with a long type. Almost all properties of Items object have two parameters Item and ColIndex, that refers a cell.