Class WorksheetCellIndex
A cell index in a specific worksheet.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class WorksheetCellIndex
  Constructors
WorksheetCellIndex(Worksheet, Int32, Int32)
Initializes a new instance of the WorksheetCellIndex class.
Declaration
public WorksheetCellIndex(Worksheet worksheet, int rowIndex, int columnIndex)
  Parameters
| 
        Worksheet
        worksheet
         The worksheet.  | 
    
| 
        System.Int32
        rowIndex
         Index of the row.  | 
    
| 
        System.Int32
        columnIndex
         Index of the column.  | 
    
WorksheetCellIndex(Worksheet, CellIndex)
Initializes a new instance of the WorksheetCellIndex class.
Declaration
public WorksheetCellIndex(Worksheet worksheet, CellIndex cellIndex)
  Parameters
| 
        Worksheet
        worksheet
         The worksheet.  | 
    
| 
        CellIndex
        cellIndex
         Index of the cell.  | 
    
Properties
CellIndex
Gets the index of the cell.
Declaration
public CellIndex CellIndex { get; }
  Property Value
| 
        CellIndex
         The index of the cell.  | 
    
Worksheet
Gets the worksheet.
Declaration
public Worksheet Worksheet { get; }
  Property Value
| 
        Worksheet
         The worksheet.  | 
    
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.  |