The CellInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
CellInfo |
Constructor.
|
Methods
| Name | Description | |
|---|---|---|
|
|
IsEqual |
Compares the current object with a specified one and indicates whether they are identical.
|
Properties
| Name | Description | |
|---|---|---|
|
|
CellIndex |
Gets the index of the cell in the row which it corresponded to.
|
|
|
Column |
Gets the column containing the cell which this CellInfo instance is corresponded to.
|
|
|
ContentControl |
Gets an element containing a cell content.
|
|
|
Row |
Returns an array of the TableRowElement objects representing a grid item to which this CellInfo instance is corresponded to.
|
|
|
RowIndex |
Gets the index of the row containing the cell which this CellInfo instance is corresponded to.
|
|
|
TableCell |
Returns the TableCellElement object corresponded to this CellInfo instance.
|
|
|
Value |
Gets cell data.
|