Gets or set the cell to start the search from.
Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms
SyntaxC#
Copy Code
|
|---|
public Cell CurrentCell { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CurrentCell As Cell |
An instance of the Cell class.
See Also