Cell content type to search within during find and replace operations.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public enum FindInContentType
Fields
Searches the raw formula text as entered by the user (e.g., "=SUM(A1:A10)").
C#
Formulas = 0
Searches the formatted display text as it appears in the cell after evaluation and formatting.
C#
Values = 1