Specifies whether a find operation should search in cell formulas or values.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public enum LookIn |
Members| Member name | Description | |
|---|---|---|
![]() |
FormattedText |
Indicates that the operation should work on cells' formatted display value. |
![]() |
Formula |
Indicates that the operation should work on cell formulas. |
![]() |
Value |
Indicates that the operation should work on cell values. |
See Also