[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.FindLookIn

FindLookIn Enum

Specifies the type of data to search.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public enum FindLookIn
Public Enum FindLookIn

Fields

Name Description
Comments

Searches in Comments (xlNotes).

Formulas

Searches in formulas (Similar to xlFormulas in MS Excel).

OnlyFormulas

Searches in formulas. If the HasFormula property of a cell is false, the cell will be skipped.

Texts

Searches in Texts (Similar to xlValues in MS Excel).

TextsExcludeFormulaCell

Searches in Texts. If the HasFormula property of a cell is true, the cell will be skipped.

Values

Performs type sensitive search in values. Supports double, string (Wildcard match is disabled), DateTime, bool, TimeSpan, and CalcError. Non-double number value matches its double equivalent.