GridWorksheet.SetRowHeaderToolTip

GridWorksheet.SetRowHeaderToolTip method

Sets the rowheader’s tooltip text.

public void SetRowHeaderToolTip(int rowIndex, string toolTip)
ParameterTypeDescription
rowIndexInt32The row’s index.
toolTipStringThe tooltip text.

See Also