GridWorksheet.GetRowHeaderToolTip

GridWorksheet.GetRowHeaderToolTip method

Gets the rowheader’s tooltip text.

public string GetRowHeaderToolTip(int rowIndex)
ParameterTypeDescription
rowIndexInt32The row’s index.

Return Value

The tooltip text.

See Also