Search
WorkbookView.VScrollToolTipFormat Property
See Also
 






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

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

 Syntax

C#  Copy Code

public string VScrollToolTipFormat { get; set; }

Visual Basic  Copy Code

Public Property VScrollToolTipFormat As String

 Property Value

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

 See Also