Search
WorkbookView.HScrollToolTipFormat Property
See Also
 






Gets or sets the format of the tooltip displayed when the user scrolls the view by dragging the horizontal scroll bar. This is a dependency property.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 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