DataGridView.AdvancedCellBorderStyle Property
.NET Framework (current version)
Gets the border style of the cells in the DataGridView.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
<BrowsableAttribute(False)> Public ReadOnly Property AdvancedCellBorderStyle As DataGridViewAdvancedBorderStyle
Property Value
Type: System.Windows.Forms.DataGridViewAdvancedBorderStyleA DataGridViewAdvancedBorderStyle that represents the border style of the cells in the DataGridView.
Use the AdvancedCellBorderStyle property to customize the appearance of cells' borders. To change the style of the borders using the built-in styles, use the CellBorderStyle property.
.NET Framework
Available since 2.0
Available since 2.0
Show: