SetToolTip Method

Sets a cell's tool tip.

See Also | Example

Signature

object.SetToolTip nRow, nCol, tip

Object

Table
The object this method applies to.

nRow

Integer; Input-only
The index of the column.

nCol

Integer; Input-only
The index of the column.

tip

String; Input-only
The new tool tip.

 

   Comments?