GridWorksheet.GetColumnHeaderToolTip

GridWorksheet.GetColumnHeaderToolTip method

Gets the columnheader’s tooltip text.

public string GetColumnHeaderToolTip(int colIndex)
ParameterTypeDescription
colIndexInt32The column’s index.

Return Value

The tooltip text.

See Also