Class
CellReference

Represents a reference to a single cell with absolute or relative row and column addressing, used in formulas for cell-based calculations.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Model

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class CellReference

Inheritance: objectCellReference

Properties

ActualColumnIndex

Gets the resolved zero-based column index after evaluating relative references.

Declaration

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

Property Value

int

The actual index of the column.

ActualRowIndex

Gets the resolved zero-based row index after evaluating relative references.

Declaration

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

Property Value

int

The actual index of the row.

IsColumnAbsolute

Gets whether the column reference is absolute (does not change when formula is copied).

Declaration

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

Property Value

bool

A value indicating whether the column is absolute.

IsRowAbsolute

Gets whether the row reference is absolute (does not change when formula is copied).

Declaration

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

Property Value

bool

A value indicating whether the row 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()