Gets or sets the format of the tooltip that is displayed when the view is scrolled vertically.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string VScrollToolTipFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property VScrollToolTipFormat As String |
A string value. The default is "Row: {0}".
See Also