Specifies whether a find operation should search in cell formulas or values.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public enum LookIn |
Visual Basic
Copy Code
|
|---|
Public Enum LookIn |
Members| Member name | Description | |
|---|---|---|
![]() |
Formula |
Indicates that the operation should work in cell formulas. |
![]() |
Value |
Indicates that the operation should work in cell values. |
See Also