Class
FindResult

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

WorksheetCellIndex

The found cell.

RawValue

Unformatted underlying value of the cell, such as the formula text or the numeric value as text.

Declaration

cs-api-definition
public string RawValue { get; }

Property Value

string

The raw value.

ResultValue

Formatted display text of the cell after evaluating formulas and applying number formatting.

Declaration

cs-api-definition
public string ResultValue { get; }

Property Value

string

The result value.

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with the current object.

Returns

bool

True if the specified object is equal to the current object; otherwise, false.

Overrides object.Equals(object)

GetHashCode()

Serves as a hash function for a particular type.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for the current object.

Overrides object.GetHashCode()