ClassWorksheetCellIndex
Class
Associates a cell index with its containing worksheet, linking row and column coordinates to a specific sheet.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class WorksheetCellIndex
Inheritance: objectWorksheetCellIndex
Constructors
WorksheetCellIndex(Worksheet, CellIndex)
Initializes a new instance of the WorksheetCellIndex class.
WorksheetCellIndex(Worksheet, int, int)
Initializes a new instance of the WorksheetCellIndex class.
Properties
CellIndex
Provides the row and column coordinates of the cell within the worksheet.
Declaration
cs-api-definition
public CellIndex CellIndex { get; }
Property Value
The index of the cell.
Methods
GetHashCode()
Serves as a hash function for a particular type.