Name | Description | |
---|---|---|
![]() | Alignment | Sets/gets the horizontal alignment value for the cell. |
![]() | BorderBottomColor | Sets/gets the color of the bottom border. |
![]() | BorderBottomStyle | Sets/gets the line style for the bottom portion of the cell's border. |
![]() | BorderDiagonalColor | Sets/gets the color of the diagonal border. |
![]() | BorderDiagonalEnum | Sets/returns whether a diagonal border goes up or down, or both (which forms an "X" accross the cell). |
![]() | BorderDiagonalStyle | Sets/gets the line style for the diagonal portion of the cell's border. |
![]() | BorderLeftColor | Sets/gets the color of the left border. |
![]() | BorderLeftStyle | Sets/gets the line style for the left portion of the cell's border. |
![]() | BorderRightColor | Sets/gets the color of the right border. |
![]() | BorderRightStyle | Sets/gets the line style for the right portion of the cell's border. |
![]() | BorderTopColor | Sets/gets the color of the top border. |
![]() | BorderTopStyle | Sets/gets the line style for the top portion of the cell's border. |
![]() | FillColor | Sets/gets the "fill color" ("background color") for the cell. |
![]() | FontBold | Sets/gets the bold property of the cell's font. |
![]() | FontItalic | Sets/gets the italic property of the cell's font. |
![]() | FontName | Sets/gets the name of the font. |
![]() | FontSize | Sets/gets the size of the font in points. It will round the number size specified to the nearest half of a point. |
![]() | FontStrikeOut | Sets/gets the bold property of the cell's font. |
![]() | FontUnderlineStyle | Sets/gets the underline style for the cell. |
![]() | ForeColor | Sets/gets the "fore color" ("text color") for the cell. |
![]() | Hyperlink | Sets/gets a hyperlink for the cell that will automatically be launched by Excel when the cell is clicked. |
![]() | IsMerged | Returns true if this 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 | Gets/sets an Excel style number format string. |
![]() | TextAngle | Gets/sets the text rotation for the cell, in degrees: Values 0-90 is up 0-90 degrees, values 91-180 is down 1-90 degrees, and the value 255 is vertical. |
![]() | Type | The type of cell this DDCell object represents. |
![]() | VertAlignment | Sets/gets vertical alignment value for the cell. |
![]() | WrapText | Gets/sets whether the cell's text can be wrapped or not. |