Gets or sets the tooltip text associated with a cell.
SyntaxVB6
Copy Code
|
|---|
Public Property Get CellToolTip( _ |
C++
Copy Code
|
|---|
public: |
A string value. The default is an empty string.
RemarksThis is an indexed property having a table's column number as the first index and a row number as the second one. Its value specifies the tool-tip text that should be displayed when the mouse rests for awhile over a cell.
See Also