GridWorksheet.SetColumnHeaderToolTip

GridWorksheet.SetColumnHeaderToolTip method

Sets the columnheader’s tooltip text.

public void SetColumnHeaderToolTip(int colIndex, string toolTip)
ParameterTypeDescription
colIndexInt32The column’s index.
toolTipStringThe tooltip text.

See Also