WorksheetCellIndex
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:
C#
public class WorksheetCellIndex
Inheritance: objectWorksheetCellIndex
Constructors
Initializes a new instance of the WorksheetCellIndex class.
Initializes a new instance of the WorksheetCellIndex class.
Properties
Provides the row and column coordinates of the cell within the worksheet.
C#
public CellIndex CellIndex { get; }
The index of the cell.