FindResult
Class
Result of a find operation containing the located cell position and its raw and formatted values.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class FindResult
Inheritance: objectFindResult
Methods
Properties
Worksheet and cell index identifying the matched cell location.
C#
public WorksheetCellIndex FoundCell { get; }
The found cell.
Unformatted underlying value of the cell, such as the formula text or the numeric value as text.
C#
public string RawValue { get; }
The raw value.
Formatted display text of the cell after evaluating formulas and applying number formatting.
C#
public string ResultValue { get; }
The result value.