The CellInfo type exposes the following members.

Constructors

  Name Description
Public method CellInfo
Constructor.

Methods

  Name Description
Public method IsEqual
Compares the current object with a specified one and indicates whether they are identical.

Properties

  Name Description
Public property CellIndex
Gets the index of the cell in the row which it corresponded to.
Public property Column
Gets the column containing the cell which this CellInfo instance is corresponded to.
Public property ContentControl
Gets an element containing a cell content.
Public property Row
Returns an array of the TableRowElement objects representing a grid item to which this CellInfo instance is corresponded to.
Public property RowIndex
Gets the index of the row containing the cell which this CellInfo instance is corresponded to.
Public property TableCell
Returns the TableCellElement object corresponded to this CellInfo instance.
Public property Value
Gets cell data.

See Also