RowColumnReference
Class
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; }
The actual index.
Gets whether this reference uses absolute positioning (fixed index) rather than relative positioning (offset-based).
C#
public bool IsAbsolute { get; }
The value indicating whether the reference is absolute.