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.
See Also