Class
RowColumnReference

Encapsulates a reference to a row or column with support for absolute and relative positioning in formulas.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class RowColumnReference

Inheritance: objectRowColumnReference

Constructors

RowColumnReference()

Initializes a new instance of the RowColumnReference class.

Declaration

cs-api-definition
public RowColumnReference()

Properties

ActualIndex

Gets the resolved index, calculated by applying any offset to the base index for relative references or returning the fixed index for absolute references.

Declaration

cs-api-definition
public int ActualIndex { get; }

Property Value

int

The actual index.

IsAbsolute

Gets whether this reference uses absolute positioning (fixed index) rather than relative positioning (offset-based).

Declaration

cs-api-definition
public bool IsAbsolute { get; }

Property Value

bool

The value indicating whether the reference is absolute.

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()