Search
WorkbookView.ShowResizeHeaderToolTips Property
See Also
 






Gets or sets a value indicating whether to display tooltips when the user resizes row or column headers.

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

 Syntax

C#  Copy Code

public bool ShowResizeHeaderToolTips { get; set; }

Visual Basic  Copy Code

Public Property ShowResizeHeaderToolTips As Boolean

 Property Value

true to display tooltips when headers are resized; otherwise, false. The default is true.

 See Also