Set Column Header Tip

Possible Usage Scenarios

You might need to set a tooltip for your custom column while creating the table in the worksheet. Aspose.Cells.GridWeb allows you to rename a column’s caption, and you may set a tooltip for the column, so the users can easily understand what the column is for.

Setting Column Header Tip

A complete example is given below to demonstrate how to change columns' captions and apply a tooltip. After executing the above example code, the tooltip text will appear when you place the mouse cursor over the specified column’s header as shown below.

todo:image_alt_text

Sample Code

Here is the sample markup of the ASPX Page.

Here is the sample code of the ASPX Code‑Behind CS File.