Wimark.Controls Class Library  

DataGridView.CellBorderColor Property

Gets or sets the color of the grid lines separating the cells of the DataGridView.

[Visual Basic]
Public Property CellBorderColor As Color 
[C#]
public Color CellBorderColor {get; set;}
[C++]
public: __property Color get_CellBorderColor();
public: __property void set_CellBorderColor(Color);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridView Class | DataGridView Members | Wimark.Controls Namespace