Click or drag to resize
Cell Class
Cell class represents a cell in Word table.
Inheritance Hierarchy
SystemObject
  Aceoffix.WordReaderCell

Namespace: Aceoffix.WordReader
Assembly: Aceoffix (in Aceoffix.dll) Version: 5.0.0.1
Syntax
public class Cell

The Cell type exposes the following members.

Methods
  NameDescription
Public methodOpenShape
Opens the specified shape and returns a Shape object.
Top
Properties
  NameDescription
Public propertyColumnIndex
Gets the column index of the cell.
Public propertyRowIndex
Gets the row index of the cell.
Public propertyShapes
Gets the Shape collection contained in the Cell.
Public propertyValue
Gets the value of the Cell.
Top
Remarks

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.

See Also