Click or drag to resize
Cell Class
Cell class represents the cell object defined in Excel.
Inheritance Hierarchy
SystemObject
  Aceoffix.ExcelWriterCell

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

The Cell type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleBackColor
Sets the back color of the cell.
Public propertyCode exampleBorder
Gets the border object.
Public propertyFont
Gets the font object.
Public propertyCode exampleForeColor
Sets the fore color of the cell.
Public propertyCode exampleFormula
Sets the formula of the cell.
Public propertyHorizontalAlignment
Sets the horizontal alignment of the cell.
Public propertyNumberFormatLocal
Sets the data display format of the cell.
Public propertyReadOnly
Sets a value that indicates whether the cell is read-only.
Public propertyCode exampleValue
Sets the value of the cell.
Public propertyVerticalAlignment
Sets the vertical alignment of the cell.
Top
Remarks

Representing a cell object defined in Excel, Cell class is used to fill data into the cell and control the behavior of the cell. You can only call the OpenCell(String) method, OpenCellRC(Int32, Int32) method and OpenCellByDefinedName(String) method to get the Cell object.

See Also