"columnHeaderToolTip"
The tool tip shown for the column header.
Synopsis
setValue(string shape, "columnHeaderToolTip", int idx,
string toolTip);
shape.columnHeaderToolTip(int idx, string
toolTip);
Parameter
Parameter | Description |
---|---|
shape | Name of the object |
idx | Column index, starting at 0. |
toolTip | Alignment setting (see options below) |
Description
The functions allows you to define the tooltip shown for the column header. This tool tip is only effective for the header cells. Other cells retain the tool tip displaying all not fitting text, or the tooltip set with "columnToolTipText".
Assignment
Table