ClassFindResult
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:
cs-api-definition
public class FindResult
Inheritance: objectFindResult
Properties
FoundCell
Worksheet and cell index identifying the matched cell location.
Declaration
cs-api-definition
public WorksheetCellIndex FoundCell { get; }
Property Value
The found cell.
RawValue
Unformatted underlying value of the cell, such as the formula text or the numeric value as text.
ResultValue
Formatted display text of the cell after evaluating formulas and applying number formatting.
Declaration
cs-api-definition
public string ResultValue { get; }
Property Value
The result value.
Methods
GetHashCode()
Serves as a hash function for a particular type.