Search
FindReplaceForm.LookIn Property
See Also
 






Gets or sets the search order - horizontal or vertical.

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

 Syntax

C#  Copy Code

public LookIn LookIn { get; set; }

Visual Basic  Copy Code

Public Property LookIn As LookIn

 Property Value

A member of the LookIn enumeration.

 See Also