|   | Name | Description | 
  | Alignment | Sets or returns the horizontal alignment value for the cell.   | 
  | BorderBottomColor | Sets or returns the color of the bottom border.   | 
  | BorderBottomStyle | Sets or returns the line style for the bottom portion of the cell's border.   | 
  | BorderDiagonalColor | Sets or returns the color of the diagonal border.   | 
  | BorderDiagonalEnum | Sets or returns a value indicating whether a diagonal border goes up or down, or both (which forms an "X" across the cell).   | 
  | BorderDiagonalStyle | Sets or returns the line style for the diagonal portion of the cell's border.   | 
  | BorderLeftColor | Sets or returns the color of the left border.   | 
  | BorderLeftStyle | Sets or returns the line style for the left portion of the cell's border.   | 
  | BorderRightColor | Sets or returns the color of the right border.   | 
  | BorderRightStyle | Sets or returns the line style for the right portion of the cell's border.   | 
  | BorderTopColor | Sets or returns the color of the top border.   | 
  | BorderTopStyle | Sets or returns the line style for the top portion of the cell's border.   | 
  | FillColor | Sets or returns the background color for the cell.   | 
  | FontBold | Sets or returns a value indicating whether the bold property of the cell's font is used.   | 
  | FontItalic | Sets or returns a value indicating whether the cell's font's Italic property is used.   | 
  | FontName | Sets or returns the name of the font.   | 
  | FontSize | Sets or returns a value indicating the point size to use in the cell's font size property.   | 
  | FontStrikeOut | Sets or returns a value indicating whether the text in the cell is rendered with a horizontal line striking through the text.   | 
  | FontUnderlineStyle | Sets or returns the underline style for the cell.   | 
  | ForeColor | Sets or returns the foreground color or text color of the cell.   | 
  | Hyperlink | Sets or returns a hyperlink for the cell that will automatically be launched by Excel when it is clicked.   | 
  | IsMerged | Sets or returns a value indicating whether the cell is in a merged group of cells.   | 
  | MergeArea | Returns a MergeArea object that represents the merged range containing this cell. If this cell is not in a merged area, this property returns MergeArea.Empty.   | 
  | NumberFormat | Sets or returns an Excel-style number format string.   | 
  | TextAngle | Sets or returns the text rotation for the cell in degrees.   | 
  | Type | The type of cell this DDCell object represents.   | 
  | VertAlignment | Sets or returns the vertical alignment value for the cell.   | 
  | WrapText | Sets or returns a value indicating whether the cell's text can be wrapped.   |