| Cell Class | 
Namespace: Aceoffix.ExcelReader
The Cell type exposes the following members.
| Name | Description | |
|---|---|---|
| DefinedName | 
            Gets the defined name of the Cell.
              | |
| Text | 
            Gets the formatted Text shown in the Cell.
              | |
| Value | 
            Gets the value of the Cell.
              | 
Representing a cell in worksheet. Cell class is used to read the cell data submitted by AceoffixCtrl.
You can only call the OpenCell(String) method to get the Cell object.