Search
WorksheetView.ResizeRowToolTipFormat Property
See Also
 






Gets or sets the format of the tooltip that is displayed when a row is resized interactively.

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

 Syntax

C#  Copy Code

public string ResizeRowToolTipFormat { get; set; }

Visual Basic  Copy Code

Public Property ResizeRowToolTipFormat As String

 Property Value

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

 See Also