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

Glossary Item Box

Sets the color of the left border.

Syntax

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

Remarks

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

See Also