Search
FindReplaceForm.CurrentCell Property
See Also
 






Gets or set the cell to start the search from.

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

 Syntax

C#  Copy Code

public Cell CurrentCell { get; set; }

Visual Basic  Copy Code

Public Property CurrentCell As Cell

 Property Value

An instance of the Cell class.

 See Also