ClassCellReference
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:
public class CellReference
Inheritance: objectCellReference
Properties
ActualColumnIndex
Gets the resolved zero-based column index after evaluating relative references.
Declaration
public int ActualColumnIndex { get; }
Property Value
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
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
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
A value indicating whether the row is absolute.
Methods
GetHashCode()
Serves as a hash function for a particular type.