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 Cell
Declaration
public CellInfo(CellIndex cellIndex, CellSelection cellSelection)
Parameters
Cell Index of the cell. |
Cell The cell selection. |
Properties
CellIndex
Gets or sets the index of the cell.
Declaration
public CellIndex CellIndex { get; set; }
Property Value
Cell The index of the cell. |
CellValue
Gets or sets the cell value.
Declaration
public ICellValue CellValue { get; set; }
Property Value
ICell The cell value. |
ColumnIndex
Gets or sets the index of the column.
Declaration
public int ColumnIndex { get; set; }
Property Value
System. The index of the column. |
RowIndex
Gets or sets the index of the row.
Declaration
public int RowIndex { get; set; }
Property Value
System. The index of the row. |
StyleIndex
Gets or sets the index of the style.
Declaration
public int StyleIndex { get; set; }
Property Value
System. The index of the style. |