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 Worksheet
Declaration
public WorksheetCellIndex(Worksheet worksheet, int rowIndex, int columnIndex)
Parameters
Worksheet
worksheet
The worksheet. |
System. Index of the row. |
System. Index of the column. |
WorksheetCellIndex(Worksheet, CellIndex)
Initializes a new instance of the Worksheet
Declaration
public WorksheetCellIndex(Worksheet worksheet, CellIndex cellIndex)
Parameters
Properties
CellIndex
Gets the index of the cell.
Declaration
public CellIndex CellIndex { get; }
Property Value
Cell 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.
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. |