DataGridViewAdvancedCellBorderStyle Enumeration
Specifies the border styles that can be applied to the cells of a DataGridView control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Inset | A single-line sunken border. | |
| InsetDouble | A double-line sunken border. | |
| None | No borders. | |
| NotSet | The border is not set. | |
| Outset | A single-line raised border. | |
| OutsetDouble | A double-line raised border. | |
| OutsetPartial | A single-line border containing a raised portion. | |
| Single | A single-line border. |
The AdvancedCellBorderStyle property of the DataGridView control returns an object of type DataGridViewAdvancedBorderStyle, which has properties of type DataGridViewAdvancedCellBorderStyle.
The following code example demonstrates how to override the DataGridView::AdjustedTopLeftHeaderBorderStyle property to customize the borders of the upper-left cell. This code example is part of a larger example provided for the DataGridViewAdvancedBorderStyle class.
Available since 2.0