Sets the tooltip for a cell.
Supported platforms: Windows only
VBA:
object.SetToolTip nRow, nCol, tip
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The index of the row.
Access: Input-only
Type: Long
The index of the column.
Access: Input-only
Type: String
The new tooltip text.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available