public enum FindLookIn : System.Enum
public enum FindLookIn : System.Enum
Member | Description |
---|---|
Comments | Searches in Comments (xlNotes). |
Formulas | Searches in formulas (Similar to xlFormulas in MS Excel). |
OnlyFormulas | Searches in formulas. If the IRange.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 IRange.HasFormula property of a cell is true, the cell will be skipped. |
Values | Performs type sensitive search in values. Supports System.Double, System.String (Wildcard match is disabled), System.DateTime, System.Boolean, System.TimeSpan, and CalcError. Non-System.Double number value matches its System.Double equivalent. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Excel.FindLookIn