ActiveReports Developer 7
GrapeCity.SpreadBuilder.Style Namespace
See Also  Inheritance Hierarchy
GrapeCity.ActiveReports.Export.Excel.v7 Assembly : GrapeCity.SpreadBuilder.Style Namespace

Glossary Item Box

The GrapeCity.SpreadBuilder.Style namespace contains various style enumerations.

Enumerations

 EnumerationDescription
EnumerationBorderDiagonalStyles Used with DDCell's BorderDiagonalEnum property to determine whether a diagonal border goes up or down, or both (which forms an "X" across the cell).
EnumerationBorderLineStyle Used to set the border line styles for DDCell's borders (i.e. BorderTopStyle, BorderBottomStyle, etc.).
EnumerationFontUnderlineStyles Used with the DDCell.FontUnderlineStyle property to set the underline style for the cell.
EnumerationHorzAlignments Used with the DDCell.Alignment property to set the the horizontal alignment value for the cell.
EnumerationVertAlignments Used with the DDCell.VertAlignment property to set the vertical alignment value for the cell.

See Also