MindFusion.Wpf Pack Programmer's Guide
WorkbookView.ActiveCell Property
See Also
 





Gets or sets the currently active cell.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 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.

 Remarks

Setting this property to null (Nothing in Visual Basic) or to a cell in a worksheet other than ActiveWorksheet, will raise an exception.

 See Also

WorkbookView Members
WorkbookView Class
MindFusion.Spreadsheet.Wpf Namespace