MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder.Cells Namespace / DDCell Class
Properties Methods

DDCell Class Members

The following tables list the members exposed by DDCell.

Public Properties
 NameDescription
Public PropertyGets or sets the horizontal alignment value for the cell.  
Public PropertyGets or sets the color of the bottom border of the cell.  
Public PropertyGets or sets the line style for the bottom border of the cell.  
Public PropertyGets or sets the color of the diagonal part of the cell border.  
Public PropertyGets or sets the direction of the diagonal borders within the cell.  
Public PropertyGets or sets the line style for the diagonal part of the cell's border.  
Public PropertyGets or sets the color of the left border of the cell.  
Public PropertyGets or sets the line style for the left border of the cell.  
Public PropertyGets or sets the color of the right border of the cell.  
Public PropertyGets or sets the line style for the right border of the cell.  
Public PropertyGets or sets the color of the top border of the cell.  
Public PropertyGets or sets the line style for the top border of the cell.  
Public PropertyGets or sets the fill (background) color of the cell.  
Public PropertyGets or sets the bold property of the font of the text displayed in the cell.  
Public PropertyGets or sets the italic property of the font of the text displayed in the cell.  
Public PropertyGets or sets the name of the font of the text displayed in the cell.  
Public PropertyGets or sets the size of the font of the text displayed in the cell.  
Public PropertyGets or sets the strikeout property of the cell font.  
Public PropertyGets or sets the underline style for the font of the text displayed in the cell.  
Public PropertyGets or sets the foreground color (text color) of the cell.  
Public PropertyGets or sets a hyperlink for the cell, which Excel automatically launches when the cell is clicked.  
Public PropertyGets a value indicating whether this cell is part of a merged group of cells.  
Public PropertyReturns a MergeArea object representing the merged area containing this cell.  
Public PropertyGets or sets an Excel-style number format string for the text displayed in the cell.  
Public PropertyGets or sets the angle of text rotation within the cell.  
Public Property  
Public PropertyGets or sets the vertical alignment value for the cell.  
Public PropertyGets or sets whether the text of the cell can be wrapped or not.  
Top
Public Methods
 NameDescription
Public MethodReturns the current value of the cell.  
Public Method  
Public MethodOverloaded. Sets the cell type to DDCellType.Number and assigns the specified numeric value to the cell.  
Public MethodSets the cell type to DDCellType.Blank and clears any other current value.  
Public MethodUnmerges this cell and any cells currently merged with it, making them independent cells with their own value and style.  
Top
See Also