[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.Cells.DDCells

DDCells Class

Provides a public API for changing cell format settings

Inheritance
DDCells
Namespace: GrapeCity.SpreadBuilder.Cells
Assembly: MESCIUS.ActiveReports.SpreadBuilder.dll
Syntax
public class DDCells : IEnumerable<DDCell>, IEnumerable

Properties

Name Description
Alignment

Sets the horizontal alignment value for all cells.

BorderBottomColor

Sets the color of the bottom border of the cell.

BorderBottomStyle

Sets the line style for the bottom border of the cell.

BorderDiagonalColor

Sets the color of the diagonal borders of the cell.

BorderDiagonalEnum

Sets the diagonal border style of the cell.

BorderDiagonalStyle

Sets the line style for the diagonal part of the cell's border.

BorderLeftColor

Sets the color of the left border of the cell.

BorderLeftStyle

Sets the the style for the left border of the cell.

BorderRightColor

Sets the color of the right border of the cell.

BorderRightStyle

Sets the style for the right border of the cell.

BorderTopColor

Sets the color of the top border of the cell.

BorderTopStyle

Sets the style for the top border of the cell.

Count

Gets the number of cells that are contained in this collection

FillColor

Sets the "fill color" ("background color") for each cell.

FontBold

Sets the bold property of each cell font.

FontItalic

Sets the italic property of each cell font.

FontName

Sets the name of the font for each cell.

FontSize

Sets the font size.

FontStrikeOut

Sets the strikeout property of each cell font.

FontUnderlineStyle

Sets the underline style for each cell.

ForeColor

Sets the "fore color" ("text color") for each cell.

NumberFormat

Sets an Excel-style number format string for each cell.

TextAngle

Sets the angle of text rotation within the cell.

VertAlignment

Sets the vertical alignment value for all cells.

WrapText

Sets whether the text of each cell can be wrapped or not.