Click or drag to resize
Cell Class
Cell class represents a cell in worksheet.
Inheritance Hierarchy
SystemObject
  Aceoffix.ExcelReaderCell

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

The Cell type exposes the following members.

Properties
  NameDescription
Public propertyDefinedName
Gets the defined name of the Cell.
Public propertyText
Gets the formatted Text shown in the Cell.
Public propertyCode exampleValue
Gets the value of the Cell.
Top
Remarks

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.

See Also