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. The actual index of the column. |
ActualRowIndex
Gets the actual index of the row.
Declaration
public int ActualRowIndex { get; }
Property Value
System. The actual index of the row. |
IsColumnAbsolute
Gets a value indicating whether the column is absolute.
Declaration
public bool IsColumnAbsolute { get; }
Property Value
System. 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. A value indicating whether the row is absolute. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. True if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |