Search
WorksheetView.ShowActiveCell Property
See Also
 






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

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

 Syntax

C#  Copy Code

public bool ShowActiveCell { get; set; }

Visual Basic  Copy Code

Public Property ShowActiveCell As Boolean

 Property Value

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

 See Also