Class CellReference
Represents a reference to a single cell with absolute or relative row and column addressing, used in formulas for cell-based calculations.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CellReference
Properties
ActualColumnIndex
Gets the resolved zero-based column index after evaluating relative references.
Declaration
public int ActualColumnIndex { get; }
Property Value
|
System.Int32
The actual index of the column. |
ActualRowIndex
Gets the resolved zero-based row index after evaluating relative references.
Declaration
public int ActualRowIndex { get; }
Property Value
|
System.Int32
The actual index of the row. |
IsColumnAbsolute
Gets whether the column reference is absolute (does not change when formula is copied).
Declaration
public bool IsColumnAbsolute { get; }
Property Value
|
System.Boolean
A value indicating whether the column is absolute. |
IsRowAbsolute
Gets whether the row reference is absolute (does not change when formula is copied).
Declaration
public bool IsRowAbsolute { get; }
Property Value
|
System.Boolean
A value indicating whether the row is absolute. |
Methods
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
|
System.Object
obj
The System.Object to compare with the current System.Object. |
Returns
|
System.Boolean
True if the specified System.Object is equal to the current System.Object; otherwise, false. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
|
System.Int32
A hash code for the current System.Object. |