Gets or sets a value indicating whether to display the cell selection.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowSelection { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowSelection As Boolean |
true to show the cell selection; otherwise, false. The default is true.
See Also