Class CellReference
Represents a reference to a cell.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CellReference
Properties
ActualColumnIndex
Gets the actual index of the column.
Declaration
public int ActualColumnIndex { get; }
Property Value
System.Int32
The actual index of the column. |
ActualRowIndex
Gets the actual index of the row.
Declaration
public int ActualRowIndex { get; }
Property Value
System.Int32
The actual index of the row. |
IsColumnAbsolute
Gets a value indicating whether the column is absolute.
Declaration
public bool IsColumnAbsolute { get; }
Property Value
System.Boolean
A value indicating whether the column is absolute. |
IsRowAbsolute
Gets a value indicating whether the row is absolute.
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. |