Specifies whether a find operation should search in cell formulas or values.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java
![]() |
---|
public enum LookIn |
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. |
JSpreadsheet Programmer's Guide | © 2024 MindFusion |