Search
WorkbookView.ShowSelection Property
See Also
 






Gets or sets a value indicating whether to display the cell selection.

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

 Syntax

C#  Copy Code

public bool ShowSelection { get; set; }

Visual Basic  Copy Code

Public Property ShowSelection As Boolean

 Property Value

true to show the cell selection; otherwise, false. The default is true.

 See Also