Search
WorkbookView.VScrollToolTipFormat Property
See Also
 






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

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

 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