CellIndex
Class
Identifies a specific cell by its row and column indices within a worksheet.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class CellIndex : CellIndexBase, IComparable<CellIndexBase>
Inheritance: objectCellIndexBaseCellIndex
Implements:
Inherited Members
Constructors
Methods
Creates a new cell index by adding the specified offsets to this cell's row and column, returning null if the result is out of bounds.
Converts this cell index to a unique numeric representation for internal storage and comparison.
Properties
Gets the zero-based column index of this cell.
C#
public override int ColumnIndex { get; }
The index of the column.
Overrides: