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

In This Topic
    DDCell Class Members
    In This Topic

    The following tables list the members exposed by DDCell.

    Public Properties
     NameDescription
    Public PropertySets/gets the horizontal alignment value for the cell.  
    Public PropertySets/gets the color of the bottom border.  
    Public PropertySets/gets the line style for the bottom portion of the cell's border.  
    Public PropertySets/gets the color of the diagonal border.  
    Public PropertySets/returns whether a diagonal border goes up or down, or both (which forms an "X" accross the cell).  
    Public PropertySets/gets the line style for the diagonal portion of the cell's border.  
    Public PropertySets/gets the color of the left border.  
    Public PropertySets/gets the line style for the left portion of the cell's border.  
    Public PropertySets/gets the color of the right border.  
    Public PropertySets/gets the line style for the right portion of the cell's border.  
    Public PropertySets/gets the color of the top border.  
    Public PropertySets/gets the line style for the top portion of the cell's border.  
    Public PropertySets/gets the "fill color" ("background color") for the cell.  
    Public PropertySets/gets the bold property of the cell's font.  
    Public PropertySets/gets the italic property of the cell's font.  
    Public PropertySets/gets the name of the font.  
    Public PropertySets/gets the size of the font in points. It will round the number size specified to the nearest half of a point.  
    Public PropertySets/gets the bold property of the cell's font.  
    Public PropertySets/gets the underline style for the cell.  
    Public PropertySets/gets the "fore color" ("text color") for the cell.  
    Public PropertySets/gets a hyperlink for the cell that will automatically be launched by Excel when the cell is clicked.  
    Public PropertyReturns true if this 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 PropertyGets/sets an Excel style number format string.  
    Public PropertyGets/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.  
    Public PropertyThe type of cell this DDCell object represents.  
    Public PropertySets/gets vertical alignment value for the cell.  
    Public PropertyGets/sets whether the cell's text can be wrapped or not.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns the cell's current value.  
    Public MethodMerges this cell with adjacent cells.  
    Public MethodOverloaded. Sets the cell's type to DDCellType.Number, and stores the cell's current value becomes the specified numeric value.  
    Public MethodSets the cell's type to DDCellType.Blank and clears any other current value.  
    Public MethodWill cause this cell and all cell's that are currently merged with this cell to be un-merged, and behave as independent cells with their own value and style.  
    Top
    See Also