Search
WorksheetView.HScrollToolTipFormat Property
See Also
 






Gets or sets the format of the tooltip that is displayed when the view is scrolled horizontally.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public string HScrollToolTipFormat { get; set; }

Visual Basic  Copy Code

Public Property HScrollToolTipFormat As String

 Property Value

A string value. The default is "Column: {0}".

 See Also