[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.FindLookIn

FindLookIn Enum

指定要搜索的数据类型。

Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public enum FindLookIn

Fields

Name Description
Comments

在批注中搜索(xlNotes)。

Formulas

在公式中搜索(类似于MS Excel中的xlFormulas)。

OnlyFormulas

在公式中搜索。如果一个单元格的HasFormula 属性为false , 该单元格将被跳过。

Texts

在文本中搜索(类似于MS Excel中的xlValues)。

TextsExcludeFormulaCell

在文本中搜索。如果单元格的HasFormula 属性为true , 则将跳过该单元格。

Values

在值中执行类型敏感的搜索。 支持double , string (禁用通配符匹配), DateTime , bool , TimeSpan , 和CalcError 。 非数值double 匹配其double 等效值。