ActiveReports 12
DDCell Class Members
Properties  Methods 

GrapeCity.ActiveReports.Export.Excel.v12 Assembly > GrapeCity.SpreadBuilder.Cells Namespace : DDCell Class

The following tables list the members exposed by DDCell.

Public Properties
 NameDescription
Public PropertySets or returns the horizontal alignment value for the cell.  
Public PropertySets or returns the color of the bottom border.  
Public PropertySets or returns the line style for the bottom portion of the cell's border.  
Public PropertySets or returns the color of the diagonal border.  
Public PropertySets or returns a value indicating whether a diagonal border goes up or down, or both (which forms an "X" across the cell).  
Public PropertySets or returns the line style for the diagonal portion of the cell's border.  
Public PropertySets or returns the color of the left border.  
Public PropertySets or returns the line style for the left portion of the cell's border.  
Public PropertySets or returns the color of the right border.  
Public PropertySets or returns the line style for the right portion of the cell's border.  
Public PropertySets or returns the color of the top border.  
Public PropertySets or returns the line style for the top portion of the cell's border.  
Public PropertySets or returns the background color for the cell.  
Public PropertySets or returns a value indicating whether the bold property of the cell's font is used.  
Public PropertySets or returns a value indicating whether the cell's font's Italic property is used.  
Public PropertySets or returns the name of the font.  
Public PropertySets or returns a value indicating the point size to use in the cell's font size property.  
Public PropertySets or returns a value indicating whether the text in the cell is rendered with a horizontal line striking through the text.  
Public PropertySets or returns the underline style for the cell.  
Public PropertySets or returns the foreground color or text color of the cell.  
Public PropertySets or returns a hyperlink for the cell that will automatically be launched by Excel when it is clicked.  
Public PropertySets or returns a value indicating whether the cell is in a merged group of cells.  
Public PropertyReturns 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.  
Public PropertySets or returns an Excel-style number format string.  
Public PropertySets or returns the text rotation for the cell in degrees.  
Public PropertyThe type of cell this DDCell object represents.  
Public PropertySets or returns the vertical alignment value for the cell.  
Public PropertySets or returns a value indicating whether the cell's text can be wrapped.  
Top
Public Methods
 NameDescription
Public MethodReturns the cell's current value.  
Public MethodMerges the cell with adjacent cells.  
Public MethodOverloaded. Sets the cell's type and stores its current value.  
Public MethodSets the cell's type to DDCellType.Blank and clears any other current value.  
Public MethodCauses the cell and all cells that are currently merged with it to separate and behave as independent cells with their own values and styles.  
Top
See Also

Reference

DDCell Class
GrapeCity.SpreadBuilder.Cells Namespace