Search
WorkbookView.ResizeColumnToolTipFormat Property
See Also
 






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

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

 Syntax

C#  Copy Code

public string ResizeColumnToolTipFormat { get; set; }

Visual Basic  Copy Code

Public Property ResizeColumnToolTipFormat As String

 Property Value

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

 See Also