Wimark.Controls Class Library  

DataGridViewCellBorder.BottomBorderWidth Property

Gets or sets the lower border width of a DataGridView cell.

[Visual Basic]
Public Property BottomBorderWidth As Integer 
[C#]
public int BottomBorderWidth {get; set;}
[C++]
public: __property int get_BottomBorderWidth();
public: __property void set_BottomBorderWidth(int);

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

DataGridViewCellBorder Class | DataGridViewCellBorder Members | Wimark.Controls Namespace | DataGridView