Gets or sets a value indicating whether the annotation is always visible.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowAlways { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowAlways As Boolean |
true to always display the annotation object; false to display the annotation only when the user hovers with the mouse over the associated cell. The default is false.
See Also