New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class RowColumnReference

Inheritance: objectRowColumnReference

Constructors

Initializes a new instance of the RowColumnReference class.

C#
public RowColumnReference()

Properties

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

C#
public int ActualIndex { get; }
Property Value:

The actual index.

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

C#
public bool IsAbsolute { get; }
Property Value:

The value indicating whether the reference is absolute.

Methods

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

C#
public override bool Equals(object obj)
Parameters:objobject

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)

Serves as a hash function for a particular type.

C#
public override int GetHashCode()
Returns:

int

A hash code for the current object.

Overrides: object.GetHashCode()