Search
WorksheetView.ActiveCell Property
See Also
 






Gets or sets the currently active cell.

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

 Syntax

C#  Copy Code

public Cell ActiveCell { get; set; }

Visual Basic  Copy Code

Public Property ActiveCell As Cell

 Property Value

An instance of the Cell class.

 See Also