Gets or sets the currently active cell.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Cell ActiveCell { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ActiveCell As Cell |
An instance of the Cell class.
RemarksSetting this property to null (Nothing in Visual Basic) or to a cell in a worksheet other than ActiveWorksheet, will raise an exception.
See Also