ActiveReports Developer 7
BorderBottomColor Property
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder.Cells Namespace > DDCells Class : BorderBottomColor Property

Glossary Item Box

Sets the color of the bottom border.

Syntax

Visual Basic (Declaration) 
Public WriteOnly Property BorderBottomColor As Color
C# 
public Color BorderBottomColor {set;}

Remarks

See BorderTopColor property for more comments in the implementation of these BorderColor props.

See Also