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:
public class CellReference
Inheritance: objectCellReference
Methods
Properties
Gets the resolved zero-based column index after evaluating relative references.
public int ActualColumnIndex { get; }
The actual index of the column.
Gets the resolved zero-based row index after evaluating relative references.
public int ActualRowIndex { get; }
The actual index of the row.
Gets whether the column reference is absolute (does not change when formula is copied).
public bool IsColumnAbsolute { get; }
A value indicating whether the column is absolute.
Gets whether the row reference is absolute (does not change when formula is copied).
public bool IsRowAbsolute { get; }
A value indicating whether the row is absolute.