Class CellIndex
Represents a cell index.
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CellIndex : CellIndexBase, IComparable<CellIndexBase>
Constructors
CellIndex(Int32, Int32)
Initializes a new instance of the Cell
Declaration
public CellIndex(int rowIndex, int columnIndex)
Parameters
System. Index of the row. |
System. Index of the column. |
Properties
ColumnIndex
Gets the index of the column.
Declaration
public override int ColumnIndex { get; }
Property Value
System. The index of the column. |
Overrides
RowIndex
Gets the index of the row.
Declaration
public override int RowIndex { get; }
Property Value
System. The index of the row. |
Overrides
Methods
Offset(Int32, Int32)
Creates a new cell index based on the current instance and a specified offset.
Declaration
public CellIndex Offset(int rowOffset, int columnOffset)
Parameters
System. The row offset. |
System. The column offset. |
Returns
Cell The new cell index. |
ToNumber()
Creates a numeric representation of the current index.
Declaration
public long ToNumber()
Returns
System. A numeric representation of the current index. |
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |