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