ClassRowColumnReference
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:
cs-api-definition
public class RowColumnReference
Inheritance: objectRowColumnReference
Constructors
RowColumnReference()
Initializes a new instance of the RowColumnReference class.
Declaration
cs-api-definition
public RowColumnReference()
Properties
ActualIndex
Gets the resolved index, calculated by applying any offset to the base index for relative references or returning the fixed index for absolute references.
IsAbsolute
Gets whether this reference uses absolute positioning (fixed index) rather than relative positioning (offset-based).
Declaration
cs-api-definition
public bool IsAbsolute { get; }
Property Value
The value indicating whether the reference is absolute.
Methods
GetHashCode()
Serves as a hash function for a particular type.