Click or drag to resize
Cell Class
Cell class represents the cell object defined in Microsoft Word.
Inheritance Hierarchy
SystemObject
  Aceoffix.WordWriterCell

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

The Cell type exposes the following members.

Methods
  NameDescription
Public methodMergeTo
Merge the specified cells to target cell in the worksheet.
Top
Properties
  NameDescription
Public propertyBorder
Gets a border object.
Public propertyFont
Gets a font object.
Public propertyParagraphFormat
Gets a paragraph format object.
Public propertyShading
Gets a Shading object.
Public propertyCode exampleValue
Sets the value of the cell.
Public propertyVerticalAlignment
Sets the vertical alignment of text in cell.
Top
Remarks
Representing the cell object defined in Microsoft Word, Cell class is used to fill data into cells and control behavior of the cells. You can call the OpenCellRC(Int32, Int32) method to get the Cell object.
See Also