Search
LookIn Enumeration
See Also
 






Specifies whether a find operation should search in cell formulas or values.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  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