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

Glossary Item Box

Sets the color of the right border.

Syntax

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

Remarks

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

See Also