Class CellInfo
Describes a cell.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.FormatProviders.Contexts
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CellInfo
Constructors
CellInfo()
CellInfo(CellIndex, CellSelection)
Initializes a new instance of the CellInfo class.
Declaration
public CellInfo(CellIndex cellIndex, CellSelection cellSelection)
Parameters
CellIndex
cellIndex
Index of the cell. |
CellSelection
cellSelection
The cell selection. |
Properties
CellIndex
Gets or sets the index of the cell.
Declaration
public CellIndex CellIndex { get; set; }
Property Value
CellIndex
The index of the cell. |
CellValue
Gets or sets the cell value.
Declaration
public ICellValue CellValue { get; set; }
Property Value
ICellValue
The cell value. |
ColumnIndex
Gets or sets the index of the column.
Declaration
public int ColumnIndex { get; set; }
Property Value
System.Int32
The index of the column. |
RowIndex
Gets or sets the index of the row.
Declaration
public int RowIndex { get; set; }
Property Value
System.Int32
The index of the row. |
StyleIndex
Gets or sets the index of the style.
Declaration
public int StyleIndex { get; set; }
Property Value
System.Int32
The index of the style. |