Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
Cell Class Members
The following tables list the members exposed by Cell.
Public Fields
Public Properties
| Name | Description |
| CellOrdinal | Gets the cell ordinal. It represent the unique index in the table of values To extract the real column and row numbers you can use following approach:
int columnNumber = cell.CellOrdinal % columnsCount;
int rowNumber = cell.CellOrdinal / columnsCount;
|
| Properties | Gets the properties. The properties collection is generated from the child elements of Cell element. |
See Also