The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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)
public: [BrowsableAttribute(false)] property DataGridViewAdvancedBorderStyle^ AdvancedCellBorderStyle { DataGridViewAdvancedBorderStyle^ get(); }
Property Value
Type: System.Windows.Forms::DataGridViewAdvancedBorderStyle^A 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: