Cell Class |
Namespace: Aceoffix.WordReader
The Cell type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnIndex |
Gets the column index of the cell.
|
![]() | RowIndex |
Gets the row index of the cell.
|
![]() | Shapes |
Gets the Shape collection contained in the Cell.
|
![]() | Value |
Gets the value of the Cell.
|
Representing a cell in Word table, cell class is used to read data in cells of Word table. You can only call the OpenCellRC(Int32, Int32) method to get the Cell object.