DataGridViewCellBorderStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Specifies the border styles that can be applied to the cells of a DataGridView control.
- C#
- VB.NET
public enum DataGridViewCellBorderStyle : Enum
Public Enum DataGridViewCellBorderStyle As [Enum]
Fields
| Name | Description |
|---|---|
| Both | Both vertical and horizontal border. |
| Horizontal | An horizontal border between rows. |
| None | No borders. |
| Vertical | A vertical border between columns. |
Used By
| Name | Description |
|---|---|
| DataGridView.CellBorderStyle | Returns or sets the cell border style for the DataGridView control. |
| DataGridView.ColumnHeadersBorderStyle | Returns or sets the border style for the column headers in the DataGridView control. |