BorderLeftColor Property (DDCells)
In This Topic
Sets the color of the left border of the cell.
Syntax
'Declaration
Public WriteOnly Property BorderLeftColor As Color
public Color BorderLeftColor {set;}
Property Value
A
System.Drawing.Color value representing the color of the cell's left border.
See Also